📄 pureftpd-ldap.conf
字号:
############################################## ## Sample Pure-FTPd LDAP configuration file. ## See README.LDAP for explanations. ## ############################################### Optional : name of the LDAP server. Default : localhostLDAPServer ldap.c9x.org# Optional : server port. Default : 389LDAPPort 389# Mandatory : the base DN to search accounts from. No default.LDAPBaseDN cn=Users,dc=c9x,dc=org# Optional : who we should bind the server as.# Default : binds anonymouslyLDAPBindDN cn=Manager,dc=c9x,dc=org# Password if we don't bind anonymously# This configuration file should be only readable by rootLDAPBindPW r00tPaSsw0rD# Optional : default UID, when there's no entry in an user object# LDAPDefaultUID 500# Optional : default GID, when there's no entry in an user object# LDAPDefaultGID 100# Filter to use to find the object that contains user info# \L is replaced by the login the user is trying to log in as# The default filter is (&(objectClass=posixAccount)(uid=\L))# LDAPFilter (&(objectClass=posixAccount)(uid=\L))# Attribute to get the home directory# Default is homeDirectory (the standard attribute from posixAccount)# LDAPHomeDir homeDirectory# LDAP protocol version to use# Version 3 (default) is mandatory with recent releases of OpenLDAP.# LDAPVersion 3
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -