mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
ITS#10046 Update manpage
This commit is contained in:
parent
f0d3f31d9a
commit
559878328d
1 changed files with 2 additions and 2 deletions
|
|
@ -341,14 +341,14 @@ olcVariantEntry: dc=example,dc=com
|
|||
|
||||
# share the Headquarters' address as the company address
|
||||
dn: olcVariantVariantAttribute=postaladdress,name={0}example,olcOverlay={x}variant,$DATABASE
|
||||
objectClass: olcVariantVariantAttribute
|
||||
objectClass: olcVariantAttribute
|
||||
olcVariantVariantAttribute: postaladdress
|
||||
olcVariantAlternativeAttribute: postaladdress
|
||||
olcVariantAlternativeEntry: ou=Headquarters,dc=example,dc=com
|
||||
|
||||
# populate telephonenumber from CEO's home phone
|
||||
dn: name=Take phone from CEO entry,name={0}example,olcOverlay={x}variant,$DATABASE
|
||||
objectClass: olcVariantVariantAttribute
|
||||
objectClass: olcVariantAttribute
|
||||
olcVariantVariantAttribute: telephonenumber
|
||||
olcVariantAlternativeAttribute: homephone
|
||||
olcVariantAlternativeEntry: cn=John Doe,ou=People,dc=example,dc=com
|
||||
|
|
|
|||
Loading…
Reference in a new issue