________________________________ > Date: Fri, 23 Aug 2013 11:58:52 +0200 > Subject: Re: Openldap configuration import LDIF > From: [email protected] > To: [email protected] > CC: [email protected] > > a ok, and how i can define this in my schema? openldap stores the schemas under cn=schema,cn=config and you can update them in the same way as any other LDAP data, using ldapmodify and suitable LDIF for example.
There comes a point where you have to start reading up and working things out for yourself, and this is probably it. Chris > > > 2013/8/23 Chris Card <[email protected]<mailto:[email protected]>> > ________________________________ >> Date: Fri, 23 Aug 2013 11:25:29 +0200 >> Subject: Re: Openldap configuration import LDIF >> From: [email protected]<mailto:[email protected]> >> To: [email protected]<mailto:[email protected]> >> CC: [email protected]<mailto:[email protected]> >> >> I try to remove and i post you the log file > #!RESULT ERROR > #!CONNECTION ldap://192.168.1.156:389<http://192.168.1.156:389> > #!DATE 2013-08-23T11:24:21.980 > #!ERROR [LDAP: error code 21 - objectClass: value #0 invalid per syntax] > dn: cn=Mailadmin,ou=student,ou=people,dc=university,dc=org > objectClass: mmXinec > cn: Mailadmin > givenName: Mail System Administrator > sn: Mailadmin > uid: mailadmin > userPassword:: > > > Most likely, the objectclass mmXinec is not defined in your schema >
