| Server IP : 103.82.32.14 / Your IP : 216.73.217.177 Web Server : Apache/2.2.32 (Unix) mod_ssl/2.2.32 OpenSSL/1.0.1e-fips mod_fcgid/2.3.9 System : Linux cloud.lonmanhoabinh.com 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : lonmakmf ( 524) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /etc/pure-ftpd/ |
Upload File : |
############################################# # # # Sample Pure-FTPd LDAP configuration file. # # See README.LDAP for explanations. # # # ############################################# # Optional : name of the LDAP server. Default : localhost LDAPServer ldap.example.com # Optional : server port. Default : 389 LDAPPort 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 anonymously or binds as FTP users LDAPBindDN cn=Manager,dc=c9x,dc=org # Password if we don't bind anonymously # This configuration file should be only readable by root LDAPBindPW r00tPaSsw0rD # Optional : default UID, when there's no entry in a user object # LDAPDefaultUID 500 # Optional : default GID, when there's no entry in a 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 # Optional: use TLS to connect to the LDAP server # LDAPUseTLS True # Can be PASSWORD or BIND. # PASSWORD retrieves objects and checks against the userPassword attribute # BIND tries to bind LDAPAuthMethod PASSWORD