View Single Post
  #1 (permalink)  
Old 11-06-2009, 09:58 AM
Philip Nascimento Philip Nascimento is offline
Intermediate Member
 
Posts: 23
Default [SOLVED] "memberUID" undefined

Trying to make configure Samba with ZCS 6.0.2 on Opensuse 11.2 64 bit

I have installed ZCS 6.0.2 on OpenSuse 11.2_64 successfully but having the following problem configure POSIX Group:

Please help


When following the instructions for Adding ldap indices 6.0

Step 3
Modify the configuration database with the new indices:


Code:
dn: olcDatabase={2}hdb,cn=config
changetype:modify
add: olcDbIndex
olcDbIndex: uidNumber eq
olcDbIndex: gidNumber eq
olcDbIndex: memberUid eq
Step 4

Press Control-D to finish the modification.

Results:

Code:
modifying entry "olcDatabase={2}hdb,cn=config"
ldap_modify: Other (e.g., implementation specific) error (80)
        additional info: index attribute "memberUID" undefined

Step 5

Stop ldap
Code:
/opt/zimbra/openldap/sbin/slapindex -F /opt/zimbra/data/ldap/config -b "" uidNumber gidNumber memberUid

Results:
Code:
slap_str2ad(memberUid) failed 17 (Undefined attribute type)

Thanks

Last edited by Philip Nascimento; 11-13-2009 at 02:28 PM.. Reason: Opensuse 11.2 update
Reply With Quote