[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
shadowLastChange missing after update
- To: openldap-technical@openldap.org
- Subject: shadowLastChange missing after update
- From: Maria McKinley <mariak@mariakathryn.net>
- Date: Wed, 6 Mar 2013 17:52:56 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:content-type; bh=ucXmrvpJhD4V47UB94vTdrDaT5HXh5rebw7vjVs+erg=; b=K8pmc9NgTBObKLu030+YwUbNMIQv34PYcuEgkjaWsSO3SDUHxUM/jwP9pWToWTe+Ih 77YdNs2MVe9EDl1rNZgFECU9hssYx+HN0WfnwMK7N1KTLiK9yFX45oVGj3s7FScZn8mp pjPmoA/EmZNcHG/cLQlL/BHIag4BhF95ZZYmPcAsm87APAdmjQDyju5yy8MIznUN3Xx9 qJ7mvMqdywdMYknrD4V67KRqlJtU2ct3iRlWZ+izNIxV/q3VTKoZo7IAZRhoq591o3/l zERWNhEXN5DjLeX6BSEQ7QbOtJKCIijrrvdsDvRHbqoafgYqKo16dXqDO5e8ukB2RcEy CH3A==
Hi there,Â
I recently changed from the slapd.conf configuration to the slapd.d configuration. Everything seemed to go reasonably well, but for some reason the shadowLastChange attribute was missing from all of the people. When I try to add it back in, I get:Â
ldap_add: Object class violation (65) additional info: no objectClass attribute
but, I seem to have the schema and objectClasses for ShadowLastChange:
annette:~# ldapsearch -LLLQY EXTERNAL -H ldapi:/// -b cn=schema,cn=config "(objectClass=olcSchemaConfig)" dn
dn: cn=schema,cn=config
dn: cn={0}core,cn=schema,cn=config
dn: cn={1}cosine,cn=schema,cn=config
dn: cn={2}nis,cn=schema,cn=config
dn: cn={3}inetorgperson,cn=schema,cn=config
dn: cn={4}misc,cn=schema,cn=config
maria@mimi:~/sysadmin$ ldapsearch -xLLL "uid=jd"
dn: uid=jd,ou=people,dc=example,dc=com
objectClass: top
objectClass: posixAccount
objectClass: shadowAccount
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: inetLocalMailRecipient
cn: Jochen Ditterich
shadowMax: 365
gidNumber: 100
uid: jd
homeDirectory: /home/jd
uidNumber: 1025
sn: Ditterich
shadowWarning: 7
mailLocalAddress: jd
loginShell: /bin/bash
Anyone have any idea what might be going on? What am I missing?
thanks,
maria