Move all shared into this new repo
This commit is contained in:
27
file/proftpd/files/original-debian9-1.3.5b-configs/ldap.conf
Normal file
27
file/proftpd/files/original-debian9-1.3.5b-configs/ldap.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
#
|
||||
# Proftpd sample configuration for LDAP authentication.
|
||||
#
|
||||
# (This is not to be used if you prefer a PAM-based LDAP authentication)
|
||||
#
|
||||
|
||||
<IfModule mod_ldap.c>
|
||||
#
|
||||
# This is used for ordinary LDAP connections, with or without TLS
|
||||
#
|
||||
#LDAPServer ldap://ldap.example.com
|
||||
#LDAPBindDN "cn=admin,dc=example,dc=com" "admin_password"
|
||||
#LDAPUsers dc=users,dc=example,dc=com (uid=%u) (uidNumber=%u)
|
||||
#
|
||||
# To be set on only for LDAP/TLS on ordinary port, for LDAP+SSL see below
|
||||
#LDAPUseTLS on
|
||||
#
|
||||
|
||||
#
|
||||
# This is used for encrypted LDAPS connections
|
||||
#
|
||||
#LDAPServer ldaps://ldap.example.com
|
||||
#LDAPBindDN "cn=admin,dc=example,dc=com" "admin_password"
|
||||
#LDAPUsers dc=users,dc=example,dc=com (uid=%u) (uidNumber=%u)
|
||||
#
|
||||
</IfModule>
|
||||
|
||||
Reference in New Issue
Block a user