Hello! I've got the same problem. Fast & dirty workaround:
change default to value, ie.: <value>xxxxuser</value> Minus of this approach - if you define value for rdn attribute, pla treats it as readonly and you cannot change it :( Cheers Wiadomość napisana w dniu 2008-09-19, o godz. 01:06, przez Matt Clauson: > Hi, guys. I hope this is a stupid question, but I can't seem to > find an > answer out there in Google-land... so I'm hoping my fellow users > can help. > > I'm working on building a custom template. The (admittedly out-of- > date) > Wiki shows that I should be able to select a 'default' entry out of a > picklist, but I can't seem to do so. Below is the code snippet from > the > template.xml file -- what am I doing wrong? > > --mec > > <attribute id="gidNumber"> > <display>GID Number</display> > <default>xxxxuser</default> > <order>7</order> > <page>1</page> > > <option>=php.PickList(/,(objectClass=posixGroup),gidNumber,%cn%)</ > option> > </attribute> > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > phpldapadmin-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users --- Grzegorz Marszałek [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ phpldapadmin-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users
