Firstly, I am running beta2 as AD member. Auth through Winbind.

Upgrading from beta1 to beta2 using RPM on RH 9 I noticed that Winbind will not start and smb will not stop using Init scripts. Seems to me RH9 /etc/init.d/winbind need the "winbind uid" parameter ? Here is the /var/log/samba/log.winbind output.

[2003/07/04 13:54:52, 1] nsswitch/winbindd.c:main(811)
winbindd version 3.0.0beta2 started.
Copyright The Samba Team 2000-2003
[2003/07/04 13:54:52, 1] nsswitch/winbindd_util.c:rescan_trusted_domains(167)
scanning trusted domain list
[2003/07/04 13:54:53, 0] lib/charcnv.c:convert_string(194)
convert_string: Required 21, available 16
<<snip>>
convert_string: Required 21, available 16
[2003/07/04 13:54:56, 1] nsswitch/winbindd_util.c:add_trusted_domain(139)
Added domain NAT-SDU
[2003/07/04 13:54:56, 1] nsswitch/winbindd_util.c:rescan_trusted_domains(167)
scanning trusted domain list
[2003/07/04 13:54:56, 0] lib/charcnv.c:convert_string(194)
convert_string: Required 21, available 16
<<snip>>
[2003/07/04 13:55:00, 0] lib/charcnv.c:convert_string(194)
convert_string: Required 21, available 16
[2003/07/04 13:55:01, 1] nsswitch/winbindd_user.c:winbindd_getpwnam(136)
user 'x' does not exist
(END)


I did replace the "ads server" with "password server".
Getent passwd and getent groups return only local account info.

Testparm produces the following output:
Load smb config files from /etc/samba/smb.conf
Processing section "[jans]"
Processing section "[prgroup]"
Loaded services file OK.
Server role: ROLE_DOMAIN_MEMBER
Press enter to see a dump of your service definitions

# Global parameters
[global]
       workgroup = NAT-SDU
       realm = NAT.C.SDU.DK
       netbios name = BMB-FILSRV
       server string = Samba Server
       security = ADS
       password server = NAT-DC0.NAT.C.SDU.DK
       guest account = pcguest
       log file = /var/log/samba/log.%m
       max log size = 500
       name resolve order = host wins lmhosts bcast
       socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
       os level = 10
       preferred master = No
       local master = No
       domain master = No
       dns proxy = No
       wins server = WINS server1 IP, WINS server2 IP
       idmap uid = 10000-20000
       idmap gid = 10000-20000
       template shell = /bin/bash
       winbind separator = %
       winbind enum users = No
       winbind enum groups = No
       winbind use default domain = Yes

[jans]
       comment = Jans stuff
       path = /mnt/data1
       valid users = jan
       read only = No

[prgroup]
       comment = Proteinresearch groups files
       path = /mnt/data1/prgroup
       valid users = +prgroup
       write list = +prgroup
       create mask = 0700
       directory mask = 0700


-- Jan Poulsen University of Southern Denmark Institute of Biochemistry and Molecular Biology Campusvej 55 5230 Odense M Tel.: +45 6550 2399 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

Reply via email to