LDAP Admin - FTP UserFTP User by Martin Sahaj
ver 1.0ITaT Schema
<template>
<name>FTP User</name>
<description>ITaT Schema</description>
<author>Martin Sahaj</author>
<version>1.0</version>
<email>sahaj@itat.sk</email>
<website>www.itat.skr</website>
<rdn>uid</rdn>
<extends>user</extends>
<attribute>
<name>objectclass</name>
<value>top</value>
<value>ItatFtpUser</value>
</attribute>
<attribute type="text">
<name>FTPEnabled</name>
<description>FTP Enabled ?</description>
<control type="checkbox">
<true>TRUE</true>
<false>FALSE</false>
</control>
</attribute>
</template> |