biju.blore a écrit : > Hi > I am using phpLDAPadmin-1.1.0-alpha3. I tried to login to my LDAP sever > using PLA with the respective DN and password and it was working perfectly. > After i logged in, i tried to create an OU and it was also created > successfully. > After that i tried to create a new entry and selected the template > "posixGroup". when it was selected i got redirected to the page to fill the > Group. I filled the group attribute. But there was no text box for the > attribute "GID Number" and it is marked as required on the right hand side. > And the button "createobject" is not getting enabled due to this.Please can > anyone help me to solve this??
There is a bug. In phpldapadmin/lib/Attribute.php, line 91, replace : if (isset($this->values[$i])) return $this->values[$i]; by : if (isset($this->values[$i])) return ''.$this->values[$i]; Regards, Xavier. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ phpldapadmin-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users
