Hello,

I have set an Active Directory LDAP group entry in sogo.conf, it's working but I wonder if it's possible to have group(s) in group? For exemple If I create a calendar event and invit a group G1 that owning users U1, U2 and a group G2 owning U3, then U3 is not invited...
Is it a current limitation or did I do something wrong?

This is my user and group smb.conf section :

 SOGoUserSources = (
        { // ------------- Utilisateurs -------------
            CNFieldName = cn;
            IDFieldName = cn;
            UIDFieldName = userPrincipalName;
            baseDN = "OU=utilisateurs,DC=ariane,DC=intra";
            bindDN = "CN=ldap,CN=Users,DC=ariane,DC=intra";
            bindPassword = ldappw;
            bindFields = (
                sAMAccountName,
                userPrincipalName
            );
            hostname = "ldap://172.20.2.3:389";;
            canAuthenticate = YES;
            isAddressBook = YES;
            displayName = "Utilisateurs Active Directory";
            // mapping AD du champ Service et Societe
            mapping = {
                ou = ("department","ou");
                o = ("company","o");
            };

            id = "ariane.intra";
            type = ldap;
        },
        { // --------------- Groupes ----------------
            CNFieldName = cn;
            IDFieldName = cn;
            UIDFieldName = cn;
            baseDN = "OU=Organigramme,DC=ariane,DC=intra";
            bindDN = "CN=ldap,CN=Users,DC=ariane,DC=intra";
            bindPassword = ldappw;
            bindFields = sAMAccountName;
            hostname = "ldap://172.20.2.3:389";;
            canAuthenticate = YES;
            isAddressBook = YES;
            displayName = "Groupes Active Directory";
            id = "g.ariane.intra";
            type = ldap;
        }
    );


Thanks
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to