// Server: $conf['plugin']['authopenldapkerberos']['server'] = 'ldap://ldap.example.com'; $conf['plugin']['authopenldapkerberos']['port'] = 389; // Basic structure: $conf['plugin']['authopenldapkerberos']['base_dn'] = 'dc=example,dc=com'; $conf['plugin']['authopenldapkerberos']['user_ou'] = 'people'; $conf['plugin']['authopenldapkerberos']['group_ou'] = 'groups'; // User attribs: $conf['plugin']['authopenldapkerberos']['userkey'] = 'uid'; $conf['plugin']['authopenldapkerberos']['username'] = 'cn'; $conf['plugin']['authopenldapkerberos']['usermail'] = 'mail'; $conf['plugin']['authopenldapkerberos']['usergid'] = 'gidnumber'; // Group attribs: $conf['plugin']['authopenldapkerberos']['groupkey'] = 'cn'; $conf['plugin']['authopenldapkerberos']['groupgid'] = 'gidnumber'; $conf['plugin']['authopenldapkerberos']['groupuids'] = 'memberuid';