On Mon, Feb 9, 2015 at 1:19 PM, Christian Mack < [email protected]> wrote:
> I just remembered, that in SOGoSuperUsernames only UID fields work. > What have you set in UIDFieldName = uid in your SOGoUserSources LDAP for > that user? > If it is not [email protected], then that is your problem. > > Hi Christian, My user sources configuration is like that: SOGoUserSources = ( { type = ldap; bindDN = "cn=admin,dc=hede,dc=com,dc=tr"; bindPassword = "*******"; bindFields = ("uid", "mail"); CNFieldName = cn; IDFieldName = uid; UIDFieldName = uid; baseDN = "ou=people,dc=hede,dc=com,dc=tr"; canAuthenticate = YES; displayName = "Shared Addresses"; hostname = localhost; id = public_hede; isAddressBook = YES; port = 389; userPasswordAlgorithm = ssha; prependPasswordScheme = YES; } ); UIDFieldName is setted as uid, like you said. But in bindFields, I had to add both "uid" and "mail" to support multi domains, as you can see above. Can this be the problem? -- [email protected] https://inverse.ca/sogo/lists
