Hello again,
I have my configuration data viewed from sogo, while I am compared to the server (RC2), which performs with me his trust service that the overall addressing of the LDAP service is differently structured.
Can that possibly be our problem?
The differences I have at the beginning of the line with !!! marked
Ich hoffe ich kann etwas zur Problemlösung beitragen
Here the sogo.conf on my server (RC2) the works:
/* 45 AD authentication */
SOGoUserSources =(
{
id = AD_Users;
type = ldap;
CNFieldName = cn;
IDFieldName = sAMAccountName;
UIDFieldName = sAMAccountName;
IMAPLoginFieldName = userPrincipalName;
canAuthenticate = YES;
!!!! bindDN = "cn=OPENZWO,cn=Computers,dc=nandlnet,dc=de";
bindPassword = "J(oOXy:m@[;:~-";
baseDN = "cn=Users,dc=nandlnet,dc=de";
bindFields = (
sAMAccountName,
userPrincipalName
);
!!!! hostname = ldap://nsdc-openzwo.nandlnet.de:389;
filter = "(objectClass='user')";
scope = SUB;
displayName = "nandlnet.de users";
isAddressBook = YES;
},
{
id = AD_Groups;
type = ldap;
CNFieldName = name;
IDFieldName = sAMAccountName;
UIDFieldName = sAMAccountName;
canAuthenticate = YES;
!!!! BindDN = "cn=OPENZWO,cn=Computers,dc=nandlnet,dc=de";
bindPassword = "J(oOXy:m@[;:~-";
baseDN = "cn=Users,dc=nandlnet,dc=de";
!!!! hostname = ldap://nsdc-openzwo.nandlnet.de:389;
filter = "(objectClass='group') AND (sAMAccountType=268435456)";
scope = SUB;
displayName = "nandlnet.de groups";
isAddressBook = YES;
}
);
Here the sogo.conf of RC3:
/* 45 AD authentication */
SOGoUserSources =(
{
id = AD_Users;
type = ldap;
CNFieldName = cn;
IDFieldName = sAMAccountName;
UIDFieldName = sAMAccountName;
IMAPLoginFieldName = userPrincipalName;
canAuthenticate = YES;
!!!! bindDN = "NEUCHING\JAGERBOX$";
bindPassword = "CA-,VeZ_dL7,9:";
baseDN = "cn=Users,dc=neuching,dc=com";
bindFields = (
sAMAccountName,
userPrincipalName
);
!!!! hostname = ldaps://neuching.com;
filter = "(objectClass='user')";
scope = SUB;
displayName = "neuching.com users";
isAddressBook = YES;
},
{
id = AD_Groups;
type = ldap;
CNFieldName = name;
IDFieldName = sAMAccountName;
UIDFieldName = sAMAccountName;
canAuthenticate = YES;
!!!! bindDN = "NEUCHING\JAGERBOX$";
bindPassword = "CA-,VeZ_dL7,9:";
baseDN = "cn=Users,dc=neuching,dc=com";
!!!! hostname = ldaps://neuching.com;
filter = "(objectClass='group') AND (sAMAccountType=268435456)";
scope = SUB;
displayName = "neuching.com groups";
isAddressBook = YES;
}
);