LDAP Admin - SCSG - Vzorčna LDAP predlogaSCSG - Vzorčna LDAP predloga by Arnes AAI
ver 1.0SCSG - Vzorčna LDAP predloga, ki vsebuje obvezne parametre.
<template>
<name>SCSG - Vzorčna LDAP predloga</name>
<description>SCSG - Vzorčna LDAP predloga, ki vsebuje obvezne parametre.</description>
<author>Arnes AAI</author>
<version>1.0</version>
<extends>user</extends>
<email>aai-podpora@arnes.si</email>
<website>http://aai.arnes.si</website>
<attribute>
<name>objectclass</name>
<value>top</value>
<value>person</value>
<value>organizationalPerson</value>
<value>inetOrgPerson</value>
<value>eduPerson</value>
<value>schacContactLocation</value>
<value>schacEmployeeInfo</value>
<value>schacEntryConfidentiality</value>
<value>schacEntryMetadata</value>
<value>schacLinkageIdentifiers</value>
<value>schacPersonalCharacteristics</value>
<value>schacUserEntitlements</value>
</attribute>
<attribute type="text">
<name>cn</name>
<description>Ime in priimek (cn)</description>
<value>Ime Priimek</value>
</attribute>
<attribute type="text">
<name>displayName</name>
<description>Prikazno ime (displayName)</description>
<value>Ime Priimek</value>
</attribute>
<attribute type="text">
<name>sn</name>
<description>Uradni priimki uporabnika (sn)</description>
<value>Priimek</value>
</attribute>
<attribute type="text">
<name>givenName</name>
<description>Uradno ime uporabnika (givenName)</description>
<value>Ime</value>
</attribute>
<attribute type="text">
<name>eduPersonPrincipalName</name>
<description>Polno uporabniško ime uporabnika, imenovano tudi NetID (eduPersonPrincipalName)</description>
<value>ime.priimek@sc-sg.si</value>
</attribute>
<attribute type="text">
<name>mail</name>
<description>E-poštni naslov uporabnika (mail)</description>
<value>ime.priimek@sc-sg.si</value>
</attribute>
<attribute type="text">
<name>eduPersonAffiliation</name>
<description>Vloga uporabnika v organizaciji (eduPersonAffiliation)</description>
<value>faculty</value>
</attribute>
<attribute type="text">
<name>eduPersonPrimaryAffiliation</name>
<description>PRIMARNA vloga uporabnika v organizaciji (eduPersonPrimaryAffiliation)</description>
<value>faculty</value>
</attribute>
<attribute type="text">
<name>schacHomeOrganization</name>
<description>DNS ime organizacije uporabnika (schacHomeOrganization)</description>
<value>sc-sg.si</value>
</attribute>
<attribute type="text">
<name>schacExpiryDate</name>
<description>Datum poteka veljavnosti zapisa (schacExpiryDate)</description>
<value>99991231235959Z</value>
</attribute>
<attribute type="text">
<name>schacUUID</name>
<description>Globalno enolicen ID. Zgenerira se z uporabo orodja uuidgen v okolju Linux (schacUUID)</description>
<value>uporabi uuidgen</value>
</attribute>
<attribute type="text">
<name>userPassword</name>
<description>Geslo uporabnika (userPassword)</description>
<value>navadnoGeslo</value>
</attribute>
</template> |