Date: Fri, 4 Feb 2011 02:45:49 +0000 From: "David M. Wassman" <dwassman@cricpa.com> To: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>, "samba@lists.samba.org" <samba@lists.samba.org> Subject: PAM authentication with winbind and AD Message-ID: <584186951FAB6942B6F9E82B8B9A8EEE1E24A724@CRI-EXCH-01.cri.local>
next in thread | raw e-mail | index | archive | help
All, After two days of googling, reading, swearing and cursing, I am finally adm= itting I cannot solve this one. I have three production FreeBSD servers run= ning various network utilities (DHCP, bacula, zabix, syslog, rsync). These = have been running fine for several years. As a primary Windows domain (acco= unting firm. Not much choice), I like to centralize all logins into AD whic= h is currently mixed 2003/2008 DCs. To achieve this with FreeBSD, I have be= en using the following instructions since FreeBSD 6.1 and Samba 3.0 with th= e exception that I built all the ports through the ports collection: http://oslabs.mikro-net.com/fbsd_samba.html It has always worked for several years through FreeBSD 7.1 and Samba 3.2 wi= th the current AD structure but recently I decided to upgrade the Samba por= t and now I am having issues. To troubleshoot, I have setup a clean install= of FreeBSD 8.1 with the follow ports built with the following options and = setup: openntpd heimdal 1.4 IPV6=3Don KCM=3Don BDB=3Doff SQLITE=3Doff LDAP=3Doff PKINIT=3Don DIGEST=3Don KX509=3Don KRB4=3Doff CRACKLIB=3Doff X11=3Doff cyprus-sasl2 BDB=3Don MYSQL=3Doff PGSQL=3Doff SQLITE=3Doff DEV_URANDOM=3Doff ALWAYSTRUE=3Doff KEEP_DB_OPEN=3Doff AUTHDAEMOND=3Doff LOGIN=3Doff PLAIN=3Doff CRAM=3Doff DIGEST=3Doff OTP=3Doff NTLM=3Doff openldap24-sasl-client SASL=3Don FETCH=3Don samba 3.5 LDAP=3Don ADS=3Don CUPS=3Doff WINBIND=3Don SWAT=3Doff ACL_SUPPORT=3Don AIO_SUPPORT=3Don FAM_SUPPORT=3Don SYSLOG=3Don QUOTAS=3Don UTMP=3Don PAM_SMBPASS=3Don DNSUPDATE=3Doff AVAHI=3Doff EXP_MODULES=3Don POPT=3Don IPV6=3Doff MAX_DEBUG=3Doff SMBTORTURE=3Doff After setting up as I have before, I can get ldapsearch, wbinfo -u and gete= nt passwd username to display the correct info. It appears that winbind is = communicating with AD. But the login command fails with a signal 11 (core d= ump) and no other info. I have included configs and an abridged log below as well. Some information= in the configs and logs have been edited for security but I am sure they a= re set correctly in the real files. I would appreciate any help. If there is easier, newer and/or better way to= authenticate users to AD on FreeBSD, please let me know. I don't use Samba= for file shares, just for authentication. /etc/krb5.conf [logging] default =3D SYSLOG:AUTH:INFO kdc =3D SYSLOG:AUTH:INFO admin_server =3D SYSLOG:AUTH:INFO [libdefaults] default_domain =3D EXAMPLE.COM [realms] EXAMPLE.COM =3D { kdc =3D gnv-dc3-tmp.example.com default_domain =3D example.com admin_server =3D gnv-dc3-tmp.example.com } [domain_realm] .example.com =3D EXAMPLE.COM example.com =3D EXAMPLE.COM .EXAMPLE.COM =3D EXAMPLE.COM [appdefaults] pam =3D { debug =3D false ticket_lifetime =3D 36000 renew_lifetime =3D 36000 forwardable =3D true krb4_convert =3D false } /usr/local/etc/openldap/ldap.conf host gnv-dc3-tmp.example.com base dc=3Dexample,dc=3Dcom ldap_version 3 URI ldap://gnv-dc3-tmp.example.com binddn cn=3Dusername,cn=3DGNV,cn=3DAllUsers,dc=3Dexample,dc=3Dcom bindpw p@55w0rd scope sub pam_login_attribute sAMAccountName pam_passwd md5 idle_timeout 3600 nss_base_passwd dc=3Dexample,dc=3Dcom?one nss_base_group dc=3Dexample,dc=3Dcom?one sasl_secprops maxssf=3D0 krb5_ccname FILE:/tmp/krb5cc_0 /etc/pam.d/login auth sufficient pam_winbind.so auth sufficient pam_self.so no_warn auth include system # account account sufficient pam_winbind.so account requisite pam_securetty.so account required pam_nologin.so account include system # session session include system # password password include system /etc/nsswitch.conf group: files winbind group_compat: nis hosts: files dns networks: files passwd: files winbind passwd_compat: nis shells: files services: compat services_compat: nis protocols: files rpc: files /usr/local/etc/smb.conf [global] realm =3D EXAMPLE.COM security =3D ADS encrypt passwords =3D yes socket options =3D TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_SNDBUF=3D8192= SO_RCVBUF=3D8192 workgroup =3D EXAMPLE server string =3D allow trusted domains =3D no idmap backend =3D idmap_rid:EXAMPLE=3D100000-200000 idmap uid =3D 100001-200000 idmap gid =3D 100001-200000 netbios name =3D GNV-NS2-TMP winbind use default domain =3D yes syslog =3D 3 syslog only =3D yes template shell =3D /bin/tcsh restrict anonymous =3D 2 client ntlmv2 auth =3D yes /var/log/all.log Feb 3 16:09:38 gnv-ns2-tmp ntpd[29094]: ntp engine ready Feb 3 16:09:40 gnv-ns2-tmp ntpd[29093]: set local clock to Thu Feb 3 16:0= 9:40 EST 2011 (offset 1.713505s) Feb 3 16:10:03 gnv-ns2-tmp ntpd[29094]: peer 192.168.4.19 now valid Feb 3 16:12:27 gnv-ns2-tmp ntpd[29094]: clock is now synced Feb 3 16:13:31 gnv-ns2-tmp ntpd[29096]: adjusting local clock by 0.032613s Feb 3 17:07:37 gnv-ns2-tmp smbd[25927]: [2011/02/03 17:07:37.413455, 1] s= mbd/files.c:193(file_init) Feb 3 17:07:37 gnv-ns2-tmp smbd[25927]: file_init: Information only: req= uested 16384 open files, 11075 are available. Feb 3 17:07:37 gnv-ns2-tmp winbindd[25932]: [2011/02/03 17:07:37.458752, = 0] winbindd/winbindd_cache.c:3076(initialize_winbindd_cache) Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 932]: [2011/02/03 17:07:37.458752, 0] winbindd/winbindd_cache.c:3076(initi= alize_winbindd_cache) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25932]: initialize_winbindd_cache: c= learing cache and re-creating with version number 1 Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 932]: initialize_winbindd_cache: clearing cache and re-creating with vers= ion number 1 Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.559938, = 1] winbindd/idmap.c:438(idmap_init_passdb_domain) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: Could not init passdb idmap = domain Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.560226, = 1] winbindd/idmap.c:244(parse_idmap_module) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: idmap_init: idmap backend us= es deprecated 'idmap_' prefix. Please replace 'idmap_rid:EXAMPLE=3D10000-2= 0000' by 'rid:EXAMPLE=3D10000-20000' Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.567300, = 0] winbindd/idmap.c:201(smb_register_idmap_alloc) Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: [2011/02/03 17:07:37.567300, 0] winbindd/idmap.c:201(smb_register_id= map_alloc) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: idmap_alloc module ldap alre= ady registered! Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: idmap_alloc module ldap already registered! Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.567417, = 0] winbindd/idmap.c:201(smb_register_idmap_alloc) Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: [2011/02/03 17:07:37.567417, 0] winbindd/idmap.c:201(smb_register_id= map_alloc) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: idmap_alloc module tdb alrea= dy registered! Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: idmap_alloc module tdb already registered! Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.567495, = 0] winbindd/idmap.c:149(smb_register_idmap) Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: [2011/02/03 17:07:37.567495, 0] winbindd/idmap.c:149(smb_register_id= map) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: Idmap module passdb already = registered! Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: Idmap module passdb already registered! Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.567564, = 0] winbindd/idmap.c:149(smb_register_idmap) Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: [2011/02/03 17:07:37.567564, 0] winbindd/idmap.c:149(smb_register_id= map) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: Idmap module nss already reg= istered! Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: Idmap module nss already registered! Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.567711, = 1] winbindd/idmap.c:244(parse_idmap_module) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: idmap_init: idmap backend us= es deprecated 'idmap_' prefix. Please replace 'idmap_rid:EXAMPLE=3D10000-2= 0000' by 'rid:EXAMPLE=3D10000-20000' Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.567852, = 0] winbindd/idmap.c:149(smb_register_idmap) Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: [2011/02/03 17:07:37.567852, 0] winbindd/idmap.c:149(smb_register_id= map) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: Idmap module rid already reg= istered! Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: Idmap module rid already registered! Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.567928, = 0] lib/module.c:69(do_smb_load_module) Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: [2011/02/03 17:07:37.567928, 0] lib/module.c:69(do_smb_load_module) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: Module '/usr/local/lib/samba= /idmap/rid.so' initialization failed: NT_STATUS_OBJECT_NAME_COLLISION Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: Module '/usr/local/lib/samba/idmap/rid.so' initialization failed: N= T_STATUS_OBJECT_NAME_COLLISION Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.568051, = 1] winbindd/idmap.c:580(idmap_alloc_init) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: could not find idmap alloc m= odule idmap_rid:EXAMPLE=3D10000-20000 Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.571473, = 0] winbindd/idmap.c:201(smb_register_idmap_alloc) Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: [2011/02/03 17:07:37.571473, 0] winbindd/idmap.c:201(smb_register_id= map_alloc) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: idmap_alloc module ldap alre= ady registered! Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: idmap_alloc module ldap already registered! Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.571564, = 0] winbindd/idmap.c:201(smb_register_idmap_alloc) Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: [2011/02/03 17:07:37.571564, 0] winbindd/idmap.c:201(smb_register_id= map_alloc) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: idmap_alloc module tdb alrea= dy registered! Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: idmap_alloc module tdb already registered! Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.571612, = 0] winbindd/idmap.c:149(smb_register_idmap) Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: [2011/02/03 17:07:37.571612, 0] winbindd/idmap.c:149(smb_register_id= map) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: Idmap module passdb already = registered! Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: Idmap module passdb already registered! Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.571697, = 0] winbindd/idmap.c:149(smb_register_idmap) Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: [2011/02/03 17:07:37.571697, 0] winbindd/idmap.c:149(smb_register_id= map) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: Idmap module nss already reg= istered! Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: Idmap module nss already registered! Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.571776, = 1] winbindd/idmap.c:244(parse_idmap_module) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: idmap_init: idmap backend us= es deprecated 'idmap_' prefix. Please replace 'idmap_rid:EXAMPLE=3D10000-2= 0000' by 'rid:EXAMPLE=3D10000-20000' Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.571864, = 0] winbindd/idmap.c:149(smb_register_idmap) Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: [2011/02/03 17:07:37.571864, 0] winbindd/idmap.c:149(smb_register_id= map) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: Idmap module rid already reg= istered! Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: Idmap module rid already registered! Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.571911, = 0] lib/module.c:69(do_smb_load_module) Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: [2011/02/03 17:07:37.571911, 0] lib/module.c:69(do_smb_load_module) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: Module '/usr/local/lib/samba= /idmap/rid.so' initialization failed: NT_STATUS_OBJECT_NAME_COLLISION Feb 3 17:07:37 gnv-ns2-tmp kernel: Feb 3 17:07:37 gnv-ns2-tmp winbindd[25= 934]: Module '/usr/local/lib/samba/idmap/rid.so' initialization failed: N= T_STATUS_OBJECT_NAME_COLLISION Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: [2011/02/03 17:07:37.571965, = 1] winbindd/idmap.c:580(idmap_alloc_init) Feb 3 17:07:37 gnv-ns2-tmp winbindd[25934]: could not find idmap alloc m= odule idmap_rid:EXAMPLE=3D10000-20000 Feb 3 17:08:25 gnv-ns2-tmp winbindd[25932]: [2011/02/03 17:08:25.165476, = 0] winbindd/winbindd.c:195(winbindd_sig_term_handler) Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 932]: [2011/02/03 17:08:25.165476, 0] winbindd/winbindd.c:195(winbindd_sig= _term_handler) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25932]: Got sig[15] terminate (is_pa= rent=3D1) Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 932]: Got sig[15] terminate (is_parent=3D1) Feb 3 17:08:25 gnv-ns2-tmp smbd[25988]: [2011/02/03 17:08:25.248114, 1] s= mbd/files.c:193(file_init) Feb 3 17:08:25 gnv-ns2-tmp smbd[25988]: file_init: Information only: req= uested 16384 open files, 11075 are available. Feb 3 17:08:25 gnv-ns2-tmp winbindd[25993]: [2011/02/03 17:08:25.282040, = 0] winbindd/winbindd_cache.c:3076(initialize_winbindd_cache) Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 993]: [2011/02/03 17:08:25.282040, 0] winbindd/winbindd_cache.c:3076(initi= alize_winbindd_cache) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25993]: initialize_winbindd_cache: c= learing cache and re-creating with version number 1 Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 993]: initialize_winbindd_cache: clearing cache and re-creating with vers= ion number 1 Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.398792, = 1] winbindd/idmap.c:438(idmap_init_passdb_domain) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: Could not init passdb idmap = domain Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.399131, = 1] winbindd/idmap.c:244(parse_idmap_module) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: idmap_init: idmap backend us= es deprecated 'idmap_' prefix. Please replace 'idmap_rid:EXAMPLE=3D100000-= 200000' by 'rid:EXAMPLE=3D100000-200000' Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.406877, = 0] winbindd/idmap.c:201(smb_register_idmap_alloc) Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: [2011/02/03 17:08:25.406877, 0] winbindd/idmap.c:201(smb_register_id= map_alloc) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: idmap_alloc module ldap alre= ady registered! Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: idmap_alloc module ldap already registered! Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.407014, = 0] winbindd/idmap.c:201(smb_register_idmap_alloc) Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: [2011/02/03 17:08:25.407014, 0] winbindd/idmap.c:201(smb_register_id= map_alloc) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: idmap_alloc module tdb alrea= dy registered! Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: idmap_alloc module tdb already registered! Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.407095, = 0] winbindd/idmap.c:149(smb_register_idmap) Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: [2011/02/03 17:08:25.407095, 0] winbindd/idmap.c:149(smb_register_id= map) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: Idmap module passdb already = registered! Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: Idmap module passdb already registered! Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.407172, = 0] winbindd/idmap.c:149(smb_register_idmap) Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: [2011/02/03 17:08:25.407172, 0] winbindd/idmap.c:149(smb_register_id= map) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: Idmap module nss already reg= istered! Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: Idmap module nss already registered! Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.407321, = 1] winbindd/idmap.c:244(parse_idmap_module) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: idmap_init: idmap backend us= es deprecated 'idmap_' prefix. Please replace 'idmap_rid:EXAMPLE=3D100000-= 200000' by 'rid:EXAMPLE=3D100000-200000' Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.407467, = 0] winbindd/idmap.c:149(smb_register_idmap) Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: [2011/02/03 17:08:25.407467, 0] winbindd/idmap.c:149(smb_register_id= map) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: Idmap module rid already reg= istered! Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: Idmap module rid already registered! Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.407551, = 0] lib/module.c:69(do_smb_load_module) Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: [2011/02/03 17:08:25.407551, 0] lib/module.c:69(do_smb_load_module) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: Module '/usr/local/lib/samba= /idmap/rid.so' initialization failed: NT_STATUS_OBJECT_NAME_COLLISION Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: Module '/usr/local/lib/samba/idmap/rid.so' initialization failed: N= T_STATUS_OBJECT_NAME_COLLISION Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.407672, = 1] winbindd/idmap.c:580(idmap_alloc_init) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: could not find idmap alloc m= odule idmap_rid:EXAMPLE=3D100000-200000 Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.410954, = 0] winbindd/idmap.c:201(smb_register_idmap_alloc) Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: [2011/02/03 17:08:25.410954, 0] winbindd/idmap.c:201(smb_register_id= map_alloc) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: idmap_alloc module ldap alre= ady registered! Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: idmap_alloc module ldap already registered! Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.411104, = 0] winbindd/idmap.c:201(smb_register_idmap_alloc) Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: [2011/02/03 17:08:25.411104, 0] winbindd/idmap.c:201(smb_register_id= map_alloc) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: idmap_alloc module tdb alrea= dy registered! Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: idmap_alloc module tdb already registered! Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.411184, = 0] winbindd/idmap.c:149(smb_register_idmap) Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: [2011/02/03 17:08:25.411184, 0] winbindd/idmap.c:149(smb_register_id= map) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: Idmap module passdb already = registered! Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: Idmap module passdb already registered! Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.411265, = 0] winbindd/idmap.c:149(smb_register_idmap) Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: [2011/02/03 17:08:25.411265, 0] winbindd/idmap.c:149(smb_register_id= map) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: Idmap module nss already reg= istered! Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: Idmap module nss already registered! Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.411356, = 1] winbindd/idmap.c:244(parse_idmap_module) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: idmap_init: idmap backend us= es deprecated 'idmap_' prefix. Please replace 'idmap_rid:EXAMPLE=3D100000-= 200000' by 'rid:EXAMPLE=3D100000-200000' Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.411493, = 0] winbindd/idmap.c:149(smb_register_idmap) Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: [2011/02/03 17:08:25.411493, 0] winbindd/idmap.c:149(smb_register_id= map) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: Idmap module rid already reg= istered! Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: Idmap module rid already registered! Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.411573, = 0] lib/module.c:69(do_smb_load_module) Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: [2011/02/03 17:08:25.411573, 0] lib/module.c:69(do_smb_load_module) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: Module '/usr/local/lib/samba= /idmap/rid.so' initialization failed: NT_STATUS_OBJECT_NAME_COLLISION Feb 3 17:08:25 gnv-ns2-tmp kernel: Feb 3 17:08:25 gnv-ns2-tmp winbindd[25= 995]: Module '/usr/local/lib/samba/idmap/rid.so' initialization failed: N= T_STATUS_OBJECT_NAME_COLLISION Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: [2011/02/03 17:08:25.411663, = 1] winbindd/idmap.c:580(idmap_alloc_init) Feb 3 17:08:25 gnv-ns2-tmp winbindd[25995]: could not find idmap alloc m= odule idmap_rid:EXAMPLE=3D100000-200000 Feb 3 17:09:04 gnv-ns2-tmp kernel: pid 1530 (login), uid 0: exited on sign= al 11 (core dumped) Feb 3 17:09:53 gnv-ns2-tmp kernel: pid 26004 (login), uid 0: exited on sig= nal 11 (core dumped) Feb 3 17:11:13 gnv-ns2-tmp kernel: pid 26007 (login), uid 0: exited on sig= nal 11 (core dumped) David M. Wassman, MCSE, CCENT, Security+ Carr, Riggs & Ingram, LLC 4010 NW 25th Place Gainesville, FL 32606 Voice: 352-372-6300 Fax: 352-375-1583 http://www.cricpa.com ***************************************************************************= *********************** In compliance with IRS Circular 230: Any statements or tax advice that are contained in this email are not inten= ded or written to be used, and cannot be used by any taxpayer, for the purp= ose of avoiding penalties that may be imposed on the taxpayer. The information contained in this message may be privileged and confidentia= l and protected from disclosure. It is intended exclusively for the individ= ual or entity to which it is addressed. This communication may contain info= rmation that is proprietary, privileged or confidential or otherwise legall= y exempt from disclosure. If the reader of this message is not the intended= recipient, or an employee or agent responsible for delivering this message= to the intended recipient, you are hereby notified that any dissemination,= distribution or copying of this communication is strictly prohibited. If y= ou have received this communication in error, please notify us immediately = by replying to the message and deleting it from your computer. Thank you. C= arr, Riggs & Ingram LLC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?584186951FAB6942B6F9E82B8B9A8EEE1E24A724>