mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
Leave pwdPolicySubEntry user-modifiable for now
This commit is contained in:
parent
939831921e
commit
d7122627fa
2 changed files with 8 additions and 2 deletions
|
|
@ -155,7 +155,12 @@ static struct schema_info {
|
|||
"DESC 'The pwdPolicy subentry in effect for this object' "
|
||||
"EQUALITY distinguishedNameMatch "
|
||||
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 "
|
||||
"SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )",
|
||||
"SINGLE-VALUE "
|
||||
#if 0
|
||||
/* Not until MANAGEDIT control is released */
|
||||
"NO-USER-MODIFICATION "
|
||||
#endif
|
||||
"USAGE directoryOperation )",
|
||||
&ad_pwdPolicySubentry },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
|
|
|||
|
|
@ -54,7 +54,8 @@ if test $RC != 0 ; then
|
|||
fi
|
||||
|
||||
echo "Using ldapadd to populate the database..."
|
||||
$LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD -e manageDIT < \
|
||||
# may need -e manageDIT for draft 09, but not yet.
|
||||
$LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD < \
|
||||
$LDIFPPOLICY > $TESTOUT 2>&1
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue