Created
December 21, 2014 05:03
-
-
Save scottslowe/7ad13c8839a546b760df to your computer and use it in GitHub Desktop.
This LDAP configuration file can be used for integrating Linux/UNIX systems into Active Directory.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
host 10.10.10.10 | |
base dc=example,dc=com | |
uri ldap://server.example.com/ | |
binddn [email protected] | |
bindpw adldapbindpw | |
scope sub | |
ssl no | |
nss_base_passwd dc=example,dc=com?sub | |
nss_base_shadow dc=example,dc=com?sub | |
nss_base_group dc=mydomain,dc=com?sub?&(objectCategory=group)(gidnumber=*) | |
nss_map_objectclass posixAccount user | |
nss_map_objectclass shadowAccount user | |
nss_map_objectclass posixGroup group | |
nss_map_attribute gecos cn | |
nss_map_attribute homeDirectory unixHomeDirectory | |
nss_map_attribute uniqueMember member |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment