You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
3.9 KiB

  1. # deepOfix Installer
  2. # Copyright (c) 2001-2006 DeepRoot Linux
  3. # This program is free software; you can redistribute it and/or modify
  4. # it under the terms of the GNU General Public License as published by
  5. # the Free Software Foundation; either version 2 of the License, or
  6. # (at your option) any later version.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. # GNU General Public License for more details.
  11. # You should have received a copy of the GNU General Public License along
  12. # with this program; if not, write to the Free Software Foundation, Inc.,
  13. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  14. #deeproot linux OID 1.3.6.1.4.1.15578
  15. #deeproot linux ldap 1.3.6.1.4.1.15578.3
  16. #deeproot linux ldap object class 1.3.6.1.4.1.15578.3.2
  17. #deeproot linux ldap object class 'user' 1.3.6.1.4.1.15578.3.2.1
  18. #deeproot linux ldap attributes 1.3.6.1.4.1.15578.3.1
  19. #deeproot linux ldap attribute 'salutation' 1.3.6.1.4.1.15578.3.1.14
  20. #deeproot linux ldap attribute 'designation' 1.3.6.1.4.1.15578.3.1.15
  21. #deeproot linux ldap attribute 'birthdate' 1.3.6.1.4.1.15578.3.1.16
  22. #deeproot linux ldap attribute 'location' 1.3.6.1.4.1.15578.3.1.17
  23. #deeproot linux ldap attribute 'cellphone' 1.3.6.1.4.1.15578.3.1.18
  24. #deeproot linux ldap attribute 'personalemail' 1.3.6.1.4.1.15578.3.1.19
  25. #deeproot linux ldap attribute 'dateofjoining' 1.3.6.1.4.1.15578.3.1.20
  26. #deeproot linux ldap attribute 'localonly' 1.3.6.1.4.1.15578.3.1.21
  27. attributetype ( 1.3.6.1.4.1.15578.3.1.14 NAME ( 'salutation' )
  28. EQUALITY caseIgnoreMatch
  29. SUBSTR caseIgnoreSubstringsMatch
  30. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
  31. attributetype ( 1.3.6.1.4.1.15578.3.1.22 NAME ( 'department' )
  32. EQUALITY caseIgnoreMatch
  33. SUBSTR caseIgnoreSubstringsMatch
  34. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
  35. attributetype ( 1.3.6.1.4.1.15578.3.1.15 NAME ( 'designation' )
  36. EQUALITY caseIgnoreMatch
  37. SUBSTR caseIgnoreSubstringsMatch
  38. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
  39. attributetype ( 1.3.6.1.4.1.15578.3.1.17 NAME ( 'location' )
  40. EQUALITY caseIgnoreMatch
  41. SUBSTR caseIgnoreSubstringsMatch
  42. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
  43. attributetype ( 1.3.6.1.4.1.15578.3.1.16 NAME ( 'birthdate' )
  44. EQUALITY caseIgnoreIA5Match
  45. SUBSTR caseIgnoreIA5SubstringsMatch
  46. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
  47. attributetype ( 1.3.6.1.4.1.15578.3.1.18 NAME ( 'cellphone' )
  48. DESC 'RFC1274: mobile telephone number'
  49. EQUALITY telephoneNumberMatch
  50. SUBSTR telephoneNumberSubstringsMatch
  51. SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 )
  52. attributetype ( 1.3.6.1.4.1.15578.3.1.33 NAME ( 'deepOfixUserDiskUsage' )
  53. SYNTAX 1.3.6.1.4.1.1466.115.121.1.27{128} )
  54. attributetype ( 1.3.6.1.4.1.15578.3.1.19 NAME ( 'personalemail' )
  55. DESC 'Personal Email Address'
  56. EQUALITY caseIgnoreIA5Match
  57. SUBSTR caseIgnoreIA5SubstringsMatch
  58. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
  59. attributetype ( 1.3.6.1.4.1.15578.3.1.20 NAME ( 'dateofjoining' )
  60. DESC 'Date Of Joining'
  61. EQUALITY caseIgnoreIA5Match
  62. SUBSTR caseIgnoreIA5SubstringsMatch
  63. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
  64. attributetype ( 1.3.6.1.4.1.15578.3.1.21 NAME 'localonly'
  65. DESC 'Set this attribute for localonly'
  66. EQUALITY caseExactIA5Match
  67. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  68. objectclass ( 1.3.6.1.4.1.15578.3.2.1 NAME 'deepofixuser'
  69. DESC 'FOR USER'
  70. SUP top AUXILIARY
  71. MAY ( salutation $ designation $ birthdate $ department
  72. $ gidNumber $ location $ cellphone $ deepOfixUserDiskUsage $ dateofjoining $ personalemail $ localonly ) )