LDAPAdminDownload now

OverviewNewsScreenshotsDocumentationDownloadForums

LDAP Admin - Koha Library Account

Koha Library Account by Mourik Jan C. Heupink

ver 1.0

To add koha account data to ldap

<template>
     <name>Koha Library Account</name>
     <description>To add koha account data to ldap</description>
     <author>Mourik Jan C. Heupink</author>
     <version>1.0</version>
     <email>heupink@merit.unu.edu</email>
     <website>www.koha.org</website>

     <attribute>
         <name>objectclass</name>
         <value>top</value>
         <value>inetOrgPerson</value>         
     </attribute>


     <attribute type="text">
         <name>cn</name>
         <value>%uid%</value>
     </attribute>

     <attribute type="text">
         <name>employeeType</name>
         <control type="combo">
      <items>
         <item>I [institutional]</item>
         <item>A [adult]</item>
         <item>W [vraagteken]</item>
         <item>C [children]</item>
      </items>
         </control>
     </attribute>

     <attribute type="text">
         <name>l</name>
    <value>default city</value>
     </attribute>


     <attribute type="text">
         <name>postalCode</name>
    <value>7448 TC</value>
     </attribute>

     <attribute type="text">
         <name>street</name>
    <value>default street 99</value>
     </attribute>

     <attribute type="text">
         <name>telephoneNumber</name>
    <value>053-3574533</value>
     </attribute>

     <attribute type="text">
         <name>mail</name>
    <value>%uid%@yourdomain.edu</value>
     </attribute>
 
</template>


Copyright (C) 2012 Tihomir Karlovic & www.ldapadmin.org. All rights reserved.   Design by Alexander Sokoloff. Impressum
LDAP Admin