summaryrefslogtreecommitdiff
path: root/ldap/schema/officeperson.schema
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/schema/officeperson.schema')
-rw-r--r--ldap/schema/officeperson.schema44
1 files changed, 44 insertions, 0 deletions
diff --git a/ldap/schema/officeperson.schema b/ldap/schema/officeperson.schema
new file mode 100644
index 0000000..d967a14
--- /dev/null
+++ b/ldap/schema/officeperson.schema
@@ -0,0 +1,44 @@
+attributetype ( 1.3.6.1.4.1.4203.666.100.121
+ NAME ( 'rdn' )
+ SUP name )
+
+//attributetype ( 1.3.6.1.4.1.4203.666.100.122
+// NAME ( 'otherFacsimiletelephoneNumber' )
+// SUP telephoneNumber )
+
+attributetype ( 1.3.6.1.4.1.4203.666.100.123
+ NAME ( 'IPPhone' )
+ SUP telephoneNumber )
+
+# This attribute handles MS/Outlook and Netscape Communicator
+
+attributetype ( 1.3.6.1.4.1.4203.666.100.124
+ NAME ( 'URL' 'homeUrl' )
+ SUP name )
+
+attributetype ( 1.3.6.1.4.1.4203.666.100.125
+ NAME ( 'comment' )
+ SUP name )
+
+attributetype ( 1.3.6.1.4.1.4203.666.100.126
+ NAME ( 'conferenceInformation' )
+ SUP name )
+
+attributetype ( 1.3.6.1.4.1.4203.666.100.127
+ NAME ( 'reports' )
+ SUP manager )
+
+objectclass ( 1.3.6.1.4.1.4203.666.100.1
+ NAME 'officePerson'
+ DESC 'Office employee or computer user'
+ SUP inetOrgPerson
+ STRUCTURAL
+ MAY ( c $
+ rdn $
+ otherFacsimiletelephoneNumber $
+ IPPhone $
+ URL $
+ comment $
+ reports $
+ conferenceInformation )
+ )