[Bug 68386] Re: smbldap-useradd should set gecos and displayName to username if none specified.
Zach
uid000 at gmail.com
Sun Feb 15 19:31:12 UTC 2009
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
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list