Documentation
¶
Index ¶
Constants ¶
View Source
const ( LDAPScopeWholeSubtree string = "sub" LDAPNeverDerefAliases string = "never" LDAPQueryTimeout int = 10 BaseDN string = "dc=example,dc=com" GroupBaseDN string = "ou=groups," + BaseDN UserBaseDN string = "ou=people," + BaseDN GroupFilter string = "objectClass=groupOfNames" GroupQueryAttribute string = "cn" UserFilter string = "objectClass=inetOrgPerson" UserQueryAttribute string = "cn" GroupMembershipAttribute string = "member" GroupNameAttribute1 string = "missing" GroupNameAttribute2 string = "cn" UserNameAttribute1 string = "missing" UserNameAttribute2 string = "name" UserNameAttribute3 string = "cn" GroupName1 string = "group1" GroupName2 string = "group2" GroupName3 string = "group3" UserName1 string = "Person1" UserName2 string = "Person2" UserName3 string = "Person3" UserName4 string = "Person4" UserName5 string = "Person5" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.