Mário Gamito <[EMAIL PROTECTED]> writes: > Hi, > > I'm trying to define a group for Openfire Jabber server in LDAP, but > i'm getting some errors. > > Here's what i have: > > # TIM Groups > dn: ou=tim,ou=accounts,dc=telbit,dc=pt > objectClass: groupOfNames > description: Grupo de Futebol > ou: tim > > # Grupo futebol > dn: uid=mgamito,ou=tim,ou=accounts,dc=telbit,dc=pt > objectClass: top > objectClass: person > objectClass: inetOrgPerson > memberUid: mgamito > cn: Futebol > > When i try to add, i get: > "adding new entry "ou=tim,ou=accounts,dc=telbit,dc=pt" > ldap_add: Invalid syntax (21) > additional info: objectClass: value #0 invalid per syntax > " > > Any ideas ?
The objectclass groupOfNames requires the member attribute type. The attribute type memberUid belongs to objectclass posixgroup. -Dieter -- Dieter Klünter | Systemberatung http://www.dkluenter.de GPG Key ID:8EF7B6C6 --- You are currently subscribed to [EMAIL PROTECTED] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.
