table of contents
AFP_LDAP.CONF(5) | Netatalk 2.2 | AFP_LDAP.CONF(5) |
NAME¶
afp_ldap.conf - Configuration file used by afpd(8) to configure a LDAP connection to an LDAP server. That is needed for ACL support in order to be able to query LDAP for UUIDs.
DESCRIPTION¶
/etc/netatalk/afp_ldap.conf is the configuration file used by afpd to set up an LDAP connection to an LDAP server.
Any line not prefixed with # is interpreted.
The required parameters and their meanings are:PARAMETER¶
ldap_server
ldap_auth_method
none
simple
sasl
ldap_auth_dn
ldap_auth_pw
ldap_userbase
ldap_userscope
ldap_groupbase
ldap_groupscope
ldap_uuuid_attr
Note: this is used both for users and groups.
ldap_name_attr
ldap_group_attr
EXAMPLES¶
Example. afp_ldap.conf setup with simple bind
ldap_server = localhost ldap_auth_method = simple ldap_auth_dn = cn=admin,dc=domain,dc=org ldap_auth_pw = notthisone ldap_userbase = ou=users,dc=domain,dc=org ldap_userscope = one ldap_groupbase = ou=groups,dc=domain,dc=org ldap_groupscope = one ldap_uuid_attr = some_attribute ldap_name_attr = cn ldap_group_attr = cn
SEE ALSO¶
30 Mar 2011 | Netatalk 2.2 |