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.

I suspect the problem might be related to the selection of a user
template, as the pull down menu that used to list several templates is
not listing any options at the moment.

The error reported when filling in user information (name, username)
and pressing Save is

  ldap_err: 34
  err_msg: Invalid DN syntax

There is no useful information in /var/log/apache2/error.log when this
happen.

This is the content of /etc/lwat/config.ph:

<?php
# This file is generated by the postinst script of lwat
# If you change anything in this file but wants dpkg to install 
# the new config.php on its own, please do a:
#   md5sum /etc/lwat/config.php > /usr/share/lwat/config.md5sum
# If you won't do that, the postinst script will create a config.php.dpkg-dist 
# with the original settings.

$domain = "intern" ; 
$base = " dc=skole,dc=skolelinux,dc=no" ; 
$ldaphost = " ldap" ; 
$groupbase = "ou=Group," . $base ;
$authbase = "ou=AuthGroup," . $base ; 
$hostbase = "ou=Machines,ou=People," . $base ;
$netgroupbase = "ou=Netgroup," . $base ;
$dhcpbase = " cn=DHCP Config," . $base ;
$dnsbase = " ou=hosts," . $base ;
$homelocation = "/skole/tjener/home0" ;
$useLisGroup = true ;
$minPwLength = 5 ;
$minPwUpper = 1 ;
$minPwLower = 1 ;
$allowPwSet = false ;
$updateDHCP = true ;
$updateDNS = true ;

$smarty_templ= "/usr/share/lwat/templates" ;
$smarty_compile= "/var/spool/lwat" ;

?>

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to