I just installed smbldap-tools on my 8.10 desktop.  Even though my desktop 
isn't configured to run the scripts, i took a quick look at the source.
At line 243 of smbldap-useradd, the gecos assignment is the same as always:
$config{userGecos} = $tmp if (defined($tmp = $Options{'c'}));
It should be
$config{userGecos} =  ($Options{'c'} || $userName);
so that it get is from the -c option if specified but defaults to using the 
username.

-- 
smbldap-useradd should set gecos and displayName to username if none specified.
https://bugs.launchpad.net/bugs/68386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to