mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix typo in last commit and in schema_check.c
This commit is contained in:
parent
0781f59f5d
commit
4540262cf5
2 changed files with 2 additions and 2 deletions
|
|
@ -121,7 +121,7 @@ oc_check_required( Entry *e, struct berval *ocname )
|
|||
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
"oc_check_required entry (%s), objectclass \"%s\"\n",
|
||||
e->e_dn, ocname, 0 );
|
||||
e->e_dn, ocname->bv_val, 0 );
|
||||
|
||||
/* find global oc defn. it we don't know about it assume it's ok */
|
||||
if ( (oc = oc_find( ocname->bv_val )) == NULL ) {
|
||||
|
|
|
|||
|
|
@ -682,7 +682,7 @@ objectclass kerberosSecurityObject
|
|||
krbName
|
||||
|
||||
objectclass inetOrgPerson
|
||||
requres
|
||||
requires
|
||||
objectClass,
|
||||
cn,
|
||||
sn
|
||||
|
|
|
|||
Loading…
Reference in a new issue