Le 27/09/2013 20:36, steve a écrit :
On Fri, 2013-09-27 at 19:09 +1100, m...@electronico.nc wrote:
Hi all,

(Trying to connect squid, postfix, dovecot, pptp, etc ... to AD)

Samba 4.0.9, as PDC, on Ubuntu 12.04.3 server.
Compiled with : ./configure --enable-debug --enable-selftest
Domain provision : /usr/local/samba/bin/samba-tool domain provision

Despite my reads and tries, I'm unable to list the AD users from Linux.
/usr/local/samba/bin/wbinfo -t
/usr/local/samba/bin/wbinfo -u
/usr/local/samba/bin/wbinfo -g
are OK

but : getent passwd
only lists Linux users.

AD works OK and lot of work has been done onto.

If the rfc2307 option if required during domain provision, can I launch
it without loosing the whole AD configuration ?
Hi
No. You don't need to provision with rfc2307 to be able to use it. You
simply need to add the rfc2307 attributes to the DN's of the users.

e.g. use wbinfo to get the numbers:
wbinfo -i steve2
HH3\steve2:*:3000021:20513::/home/HH3/steve2:/bin/false

Now add:
uidNumber: 3000021
gidNumber: 20513
to steve2

An easy way to do that is with ldbedit. If you have a lot of users, use
a script and then add the attributes using ldbmodify.

I'd recommend using nslcd or sssd so that getent will pull the
information from AD.
HTH
Steve


Thanks Denis and Steve for the answers.

Without the rfc2307 domain provision, will I have to add manually uidNumber and guiNumber each time a new user is created from Windows Management Console ?

Thanks to :
http://linuxcostablanca.blogspot.com/2013/04/sssd-build-on-opensuse.html
http://wiki.samba.org/index.php/Local_user_management_and_authentication/sssd
I have been able to :
getent passwd

But there were troubles with the Administrator roaming profile and syslog showing :
Sep 28 10:59:52 serveur smbd[22769]: =============================================================== Sep 28 10:59:52 serveur smbd[22769]: [2013/09/28 10:59:52.079802, 0] ../source3/lib/util.c:810(smb_panic_s3)
Sep 28 10:59:52 serveur smbd[22769]:   PANIC (pid 22769): internal error
Sep 28 11:00:09 serveur smbd[22772]: [2013/09/28 11:00:09.610461, 0] ../lib/util/fault.c:72(fault_report) Sep 28 11:00:09 serveur smbd[22772]: =============================================================== Sep 28 11:00:09 serveur smbd[22772]: [2013/09/28 11:00:09.610698, 0] ../lib/util/fault.c:73(fault_report) Sep 28 11:00:09 serveur smbd[22772]: INTERNAL ERROR: Signal 11 in pid 22772 (4.0.9) Sep 28 11:00:09 serveur smbd[22772]: Please read the Trouble-Shooting section of the Samba HOWTO Sep 28 11:00:09 serveur smbd[22772]: [2013/09/28 11:00:09.610913, 0] ../lib/util/fault.c:75(fault_report) Sep 28 11:00:09 serveur smbd[22772]: ===============================================================

But I have tried previousely to install sssd from repository, then from git ...
I'll start over (thanks clonezilla ;-) ) and let you know.
Nicolas


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to