| | |
| | | add: ref |
| | | ref: ldap://opendj.example.com:2389/ou=People,dc=example,dc=com |
| | | |
| | | $ ldapmodify -p 1389 -D "cn=Directory Manager" -w password -f referral.ldif |
| | | $ ldapmodify -p 1389 -D "cn=Directory Manager" -w password -f referral.ldif |
| | | Processing MODIFY request for ou=People,dc=example,dc=com |
| | | MODIFY operation successful for DN ou=People,dc=example,dc=com</screen> |
| | | |
| | |
| | | A referral entry ou=People,dc=example,dc=com indicates that the operation must |
| | | be processed at a different server |
| | | [ldap://opendj.example.com:2389/ou=People,dc=example,dc=com] |
| | | $ ldapmodify -p 1389 -D "cn=Directory Manager" -w password -J ManageDSAIT |
| | | $ ldapmodify |
| | | -p 1389 |
| | | -D "cn=Directory Manager" |
| | | -w password |
| | | -J ManageDSAIT |
| | | -f people.ldif |
| | | Processing MODIFY request for ou=People,dc=example,dc=com |
| | | MODIFY operation successful for DN ou=People,dc=example,dc=com |