On 04/19/2010 07:48 AM, Petter Reinholdtsen wrote: > > Package: lwat > Version: 0.18~beta-3 > Severity: grave > User: debian-...@lists.debian.org > Usertag: debian-edu > > When testing lwat in a Squeeze based Debian Edu install of > main-server+thin-client-server (using PXE), it is impossible to create > a user. Setting severity to grave, as this make lwat unable to fill > its purpose, to create users and groups in LDAP.
Have you tried using one of the admin.ini examples provided by lwat. looks like it's the group "none" that's in the template that causes this. If this group is removed from the template, then it works. If remove none, and add school instead, it also works. Looks like the bug is in the php-function "parse_ini_file" It looks like it works if you put the group name "none" in single quotes like this: 'none' If you try to use double quotes, lwat looks for a group named '"none"' Don't remember why the group 'none' was added anymore, maybe it's a sign that it should go away ? Not sure how to fix this. I think it's a bug of php5, (and maybe debian-edu), it could be fixed in lwat, but then we have to write a new parser for ini-files, and I dont think i want that. // faj -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org