mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 13:23:44 -05:00
Fix typo in last commit
This commit is contained in:
parent
b707e1e38c
commit
59a23d7656
1 changed files with 1 additions and 1 deletions
|
|
@ -953,7 +953,7 @@ static struct slap_schema_ad_map {
|
|||
NULL, NULL, NULL, NULL, NULL,
|
||||
offsetof(struct slap_internal_schema, si_ad_uidNumber) },
|
||||
{ "gidNumber", /* for ldapi:// */
|
||||
"( 1.3.6.1.1.1.1.1 NAME 'gidNumber'
|
||||
"( 1.3.6.1.1.1.1.1 NAME 'gidNumber' "
|
||||
"DESC 'An integer uniquely identifying a group "
|
||||
in an administrative domain' "
|
||||
"EQUALITY integerMatch"
|
||||
|
|
|
|||
Loading…
Reference in a new issue