4) Adding groups under the LDAP directory fails:
[07-Apr-2012 22:40:47 +0200]: C: Connect [calendarserver:389] [Private]
[07-Apr-2012 22:40:47 +0200]: S: OK
[07-Apr-2012 22:40:47 +0200]: C: Bind [dn:
[email protected],ou=private,ou=rcabook,dc=hostname,dc=tld] [pass:
XXXXXXXXXXXXX]
[07-Apr-2012 22:40:47 +0200]: S: OK
[07-Apr-2012 22:40:47 +0200]: C: Add [dn:

cn=Testgroup,[email protected],ou=private,ou=rcabook,dc=hostname,dc=tld]:
Array
(
    [objectClass] => Array
        (
            [0] => top
            [1] => groupOfNames
        )

    [cn] => Testgroup
    [] =>
)

[07-Apr-2012 22:40:47 +0200]: S: Undefined attribute type
[07-Apr-2012 22:40:47 +0200]: C: Close

RESULT: Does NOT work, and we get a red error message "An error
occured while saving." on top of the web page. Could this be because
by default we are using the wrong object classes to create a subgroup?

this is becasue the main.inc.php.dist is not yet compleet, please add in the groups definition array

'member_attr' => 'member', // name of the member attribute, e.g. uniqueMember
    'name_attr'    => 'cn',       // attribute to be used as group name

Andreas
_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to