web500gw: Adding entries |
|||||||||
A new feature of web500gw is the ability to add entries.
ConfigurationTo allow adding of entries of a certain objectclass you have to mark an appropriate template in theldaptemplates.conf[.access-suffix]
as addable:
# Person template "Person-add" "People" "person icon" # template options addable # objectclass list person END
|" - a selection list is printed.
Please note the surrounding quotes, no quotes could be used inside this string.
# name of attribute to authenticate as "manager|dn:cn=Manager,o=Org,c=DE"You must specify the default attribute to use when forming RDN of the new entry: # default attribute name to use when forming RDN of a new entry cnAdditional you can give default values: # rules used to define default values for new entries constant objectclass top constant objectclass person constant objectclass organizationalPerson constant objectclass labeledURIObject constant telephoneNumber "edit:+49 371 531-0" constant mail change:@tu-chemnitz.de END
Finally you list all the attributes you'll allow to add to a new entry: item cis,sort,required cn cn item cis,1val,required sn sn item cis telephoneNumber telephoneNumber item mail mail mail item cis userPassword userPassword item cis,ro objectclass objectclassSee complete example or the ldaptemplates.conf.internal in the distribution.
Usage
|
|||||||||
|
VERSION: 2.1rc1 Availability Features Changes Known Bugs Links & References Installation Modes Configuration: Support: Developers Test it: |
|||||||||
| (add.html.php Version 1.1) last modified by dekarl on 2001/07/22 at 20:17:46 GMT | |||||||||