Displaying 20 results from an estimated 41 matches for "idmap_passdb".
2010 Feb 03
0
Can compile idmap_passdb as shared module
...irectory
[2010/02/02 17:16:55, 3] winbindd/idmap.c:307(idmap_init_domain)
Could not probe idmap module passdb
[2010/02/02 17:16:55, 1] winbindd/idmap.c:438(idmap_init_passdb_domain)
Could not init passdb idmap domain
Why does it try to load passdb.so? It was build statically
checking how to build idmap_passdb... static
When i try to build it dynamically
./configure \
...
--with-shared-modules=idmap_passdb \
I get the following error
Building plugin bin/smb_traffic_analyzer.so
Compiling modules/vfs_dirsort.c
Building plugin bin/dirsort.so
Compiling winbindd/idmap_ldap.c
Building plugin bin/ldap.so
ma...
2014 Dec 17
4
IDMAP_NSS on member server
...idmap config MYDOMAIN : backend = rid
idmap config MYDOMAIN : range = 100-300
idmap config MYDOMAIN : base_rid = 0
but no luck.
idmap_nss support is enabled
# smbd -b | grep idmap_nss
pdb_ldap pdb_smbpasswd pdb_tdbsam pdb_wbc_sam idmap_tdb
idmap_passdb idmap_nss nss_info_template auth_sam auth_unix
auth_winbind auth_wbc auth_server auth_domain auth_builtin
vfs_default vfs_solarisacl
# smbd -b | grep idmap_rid
idmap_rid_init
Any idea what I am missing?
Thanks
2017 Jun 08
2
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
...a current 4.6.x Samba server with all the modules
>
> pdb_ldap pdb_smbpasswd pdb_tdbsam pdb_wbc_sam rpc_lsarpc rpc_winreg
> rpc_initshutdown rpc_dssetup rpc_wkssvc rpc_svcctl rpc_ntsvcs
> rpc_netlogon rpc_netdfs rpc_srvsvc rpc_spoolss rpc_eventlog rpc_samr
> idmap_ldap idmap_tdb idmap_passdb idmap_nss nss_info_template auth_sam
> auth_unix auth_winbind auth_wbc auth_server auth_domain auth_builtin
> auth_netlogond vfs_default vfs_posixacl
>
> that I need in the Samba server for my NAS with version 4.6.x based on
> the inconsistent function prototypes!?
>
> Man...
2014 Dec 18
2
IDMAP_NSS on member server
...a couple of zero's to the range, i.e
> change 100-300 to 100-30000
>
> Rowland
>
>>
>>
>> idmap_nss support is enabled
>>
>> # smbd -b | grep idmap_nss
>> pdb_ldap pdb_smbpasswd pdb_tdbsam pdb_wbc_sam idmap_tdb
>> idmap_passdb idmap_nss nss_info_template auth_sam auth_unix
>> auth_winbind auth_wbc auth_server auth_domain auth_builtin
>> vfs_default vfs_solarisacl
>>
>>
>> # smbd -b | grep idmap_rid
>> idmap_rid_init
>>
>>
>>
>> An...
2014 Dec 18
2
IDMAP_NSS on member server
...>>
>>> Rowland
>>>
>>>>
>>>>
>>>> idmap_nss support is enabled
>>>>
>>>> # smbd -b | grep idmap_nss
>>>> pdb_ldap pdb_smbpasswd pdb_tdbsam pdb_wbc_sam idmap_tdb
>>>> idmap_passdb idmap_nss nss_info_template auth_sam auth_unix
>>>> auth_winbind auth_wbc auth_server auth_domain auth_builtin
>>>> vfs_default vfs_solarisacl
>>>>
>>>>
>>>> # smbd -b | grep idmap_rid
>>>> idmap...
2017 Jun 08
0
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
...e value for
"--with-static-modules"...
===
Builtin modules:
pdb_ldap pdb_smbpasswd pdb_tdbsam pdb_wbc_sam rpc_lsarpc rpc_winreg
rpc_initshutdown rpc_dssetup rpc_wkssvc rpc_svcctl rpc_ntsvcs
rpc_netlogon rpc_netdfs rpc_srvsvc rpc_spoolss rpc_eventlog rpc_samr
idmap_ldap idmap_tdb idmap_passdb idmap_nss nss_info_template auth_sam
auth_unix auth_winbind auth_wbc auth_server auth_domain auth_builtin
auth_netlogond vfs_default vfs_posixacl
===
So is there any documentation available, and/or can you please advise
how to determine the appropriate values for
--with-static-modules=...
--wi...
2016 Sep 20
2
idmap_ad
...WITH_PROFILE
WITH_PTHREADPOOL
WITH_QUOTAS
WITH_SENDFILE
WITH_SYSLOG
WITH_WINBIND
...
Builtin modules:
vfs_posixacl auth_sam auth_winbind auth_domain auth_builtin
vfs_default nss_info_template idmap_tdb idmap_passdb idmap_nss
idmap_ldap
#
Build Options:
...
auth_netlogond_init
auth_samba4_init
auth_script_init
auth_server_init
auth_unix_init
auth_wbc_init
idmap_ad_init
idmap_adex_ini...
2010 Oct 08
3
[Announce] Samba 3.5.6 Available for Download
...netapi connection manager.
o Bj?rn Jacke <bj at sernet.de>
* BUG 7244: Fall back to cups-config for underlinked libs.
* BUG 7474: Fix build on platforms without st_blocks and st_blksize stat
struct members.
o Volker Lendecke <vl at samba.org>
* BUG 7336: Enable idmap_passdb module build as shared.
* BUG 7531: Fix the charset_pull routine.
* BUG 7635: Fix 'smbclient -M'.
* BUG 7656: Fix scalability problem with hundreds of printers.
* BUG 7684: Fix fd leak in libwbclient.so.
* BUG 7688: Fix crash bug in rpcclient.
* BUG 7470: Standardize...
2010 Oct 08
3
[Announce] Samba 3.5.6 Available for Download
...netapi connection manager.
o Bj?rn Jacke <bj at sernet.de>
* BUG 7244: Fall back to cups-config for underlinked libs.
* BUG 7474: Fix build on platforms without st_blocks and st_blksize stat
struct members.
o Volker Lendecke <vl at samba.org>
* BUG 7336: Enable idmap_passdb module build as shared.
* BUG 7531: Fix the charset_pull routine.
* BUG 7635: Fix 'smbclient -M'.
* BUG 7656: Fix scalability problem with hundreds of printers.
* BUG 7684: Fix fd leak in libwbclient.so.
* BUG 7688: Fix crash bug in rpcclient.
* BUG 7470: Standardize...
2014 Dec 18
0
IDMAP_NSS on member server
...map config MYDOMAIN : range = 100-300
> idmap config MYDOMAIN : base_rid = 0
>
>
>
> but no luck.
>
>
> idmap_nss support is enabled
>
> # smbd -b | grep idmap_nss
> pdb_ldap pdb_smbpasswd pdb_tdbsam pdb_wbc_sam idmap_tdb
> idmap_passdb idmap_nss nss_info_template auth_sam auth_unix
> auth_winbind auth_wbc auth_server auth_domain auth_builtin
> vfs_default vfs_solarisacl
>
>
> # smbd -b | grep idmap_rid
> idmap_rid_init
>
>
>
> Any idea what I am missing?
>
>...
2009 Mar 16
0
Making Samba 3.2.3 and ACL work
...t;smbd -b | grep -i acl" yields:
HAVE_SYS_ACL_H
HAVE_ACL_LIBACL_H
HAVE_POSIX_ACLS
pdb_ldap pdb_smbpasswd pdb_tdbsam rpc_lsarpc rpc_winreg rpc_initshutdown
rpc_dssetup rpc_wkssvc rpc_svcctl2 rpc_ntsvcs2 rpc_netlogon rpc_netdfs rp
c_srvsvc rpc_spoolss rpc_eventlog2 rpc_samr idmap_ldap idmap_tdb
idmap_passdb idmap_nss nss_info_template auth_sam auth_unix auth_winbind
auth_server
auth_domain auth_builtin vfs_default vfs_posixacl
Is that ok?
My server is nowhere near a domain in any way.
I've tried any combinations of the following settings on my shares without
success:
nt acl support = yes
inherit...
2014 Dec 18
0
IDMAP_NSS on member server
...he high range you
set in smb.conf, try adding a couple of zero's to the range, i.e change
100-300 to 100-30000
Rowland
>
>
> idmap_nss support is enabled
>
> # smbd -b | grep idmap_nss
> pdb_ldap pdb_smbpasswd pdb_tdbsam pdb_wbc_sam idmap_tdb
> idmap_passdb idmap_nss nss_info_template auth_sam auth_unix
> auth_winbind auth_wbc auth_server auth_domain auth_builtin
> vfs_default vfs_solarisacl
>
>
> # smbd -b | grep idmap_rid
> idmap_rid_init
>
>
>
> Any idea what I am missing?
>
> Than...
2011 Mar 22
0
ACL not working
..._H
HAVE_ACL_LIBACL_H
HAVE_POSIX_ACLS
vfs_acl_tdb_init
vfs_acl_xattr_init
pdb_ldap pdb_smbpasswd pdb_tdbsam rpc_lsarpc rpc_winreg
rpc_initshutdown rpc_dssetup rpc_wkssvc rpc_svcctl2 rpc_ntsvcs2
rpc_netlogon rpc_netdfs rpc_srvsvc rpc_spoolss rpc_eventlog2 rpc_samr
idmap_ldap idmap_tdb idmap_passdb idmap_nss nss_info_template auth_sam
auth_unix auth_winbind auth_server auth_domain auth_builtin
vfs_default vfs_posixacl
----------
smb.conf
--
[global]
workgroup = FOO
realm = FOO.BAR
local master = no
domain master = no
preferred master = no
server string = SOVO File Server...
2017 Jun 05
3
Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
...from "smbd -b" output of the old 3.5.16
Builtin modules:
pdb_ldap pdb_smbpasswd pdb_tdbsam pdb_wbc_sam rpc_lsarpc rpc_winreg
rpc_initshutdown rpc_dssetup rpc_wkssvc rpc_svcctl rpc_ntsvcs
rpc_netlogon rpc_netdfs rpc_srvsvc rpc_spoolss rpc_eventlog rpc_samr
idmap_ldap idmap_tdb idmap_passdb idmap_nss nss_info_template auth_sam
auth_unix auth_winbind auth_wbc auth_server auth_domain auth_builtin
auth_netlogond vfs_default vfs_posixacl
but I am still unable to compile Samba with this setup due to an awful
lot of compile errors from RPC modules.
Unfortunately, it seems that cross-co...
2013 Jan 12
0
Solaris 11.1 Samba 3.6.6 oddity: wbinfo is good, but getent is not.
...INBIND
WITH_ADS
WITH_ADS
HAVE_LDAP_H
HAVE_HAVE_LDAP_MOZ
HAVE_LDAP
HAVE_LDAP_ADD_RESULT_ENTRY
HAVE_LDAP_INIT
HAVE_LDAP_OPEN
HAVE_LDAP_SET_REBIND_PROC
HAVE_LIBLDAP
LDAP_SET_REBIND_PROC_ARGS
idmap_ldap_init
pdb_ldap pdb_smbpasswd pdb_tdbsam pdb_wbc_sam idmap_tdb idmap_passdb idmap_nss nss_info_template auth_sam auth_unix auth_winbind auth_wbc auth_server auth_domain auth_builtin vfs_default vfs_solarisacl
So, no matter what I do, I just can't convince getent to return anything other than local groups and users. It hangs for quite a while waiting to complete, but n...
2014 Dec 18
0
IDMAP_NSS on member server
...gt;> change 100-300 to 100-30000
>>
>> Rowland
>>
>>>
>>>
>>> idmap_nss support is enabled
>>>
>>> # smbd -b | grep idmap_nss
>>> pdb_ldap pdb_smbpasswd pdb_tdbsam pdb_wbc_sam idmap_tdb
>>> idmap_passdb idmap_nss nss_info_template auth_sam auth_unix
>>> auth_winbind auth_wbc auth_server auth_domain auth_builtin
>>> vfs_default vfs_solarisacl
>>>
>>>
>>> # smbd -b | grep idmap_rid
>>> idmap_rid_init
>>>
&...
2011 Jan 22
0
[Announce] Samba 3.4.10 Available for Download
...>
* BUG 7821: Set Tru64 cc's PIC switch right.
o Volker Lendecke <vl at samba.org>
* BUG 7066: Fix "Your Password expires today" message for users from trusted
domains.
* BUG 7262: Fix EnumDomainAliases when no aliases are in LDAP.
* BUG 7336: Enable idmap_passdb module build as shared.
* BUG 7715: Stop using the write cache after an oplock break: Stop using the
write cache after an oplock break.
* BUG 7800: Make winbind recover from a signing error.
* BUG 7881: Fix flaky Winbind against w2k8.
o Jim McDonough <jmcd at samba.org>...
2011 Jan 22
0
[Announce] Samba 3.4.10 Available for Download
...>
* BUG 7821: Set Tru64 cc's PIC switch right.
o Volker Lendecke <vl at samba.org>
* BUG 7066: Fix "Your Password expires today" message for users from trusted
domains.
* BUG 7262: Fix EnumDomainAliases when no aliases are in LDAP.
* BUG 7336: Enable idmap_passdb module build as shared.
* BUG 7715: Stop using the write cache after an oplock break: Stop using the
write cache after an oplock break.
* BUG 7800: Make winbind recover from a signing error.
* BUG 7881: Fix flaky Winbind against w2k8.
o Jim McDonough <jmcd at samba.org>...
2010 Jan 07
1
client samba swichover when when Primary Domain controler is down.
Hi everyone,
I have a question regrading samba client.
I am using samba version 3.3.9 on Linux RedHat server 5 OS.
I also have installed 2 Domain Controllers on windows 2008 R2 and with
Active Directory.
One domain controller is primary and the other one is backup.
I ran a test that bring down the primary Domain controller.
I expected that samba would recognize that the primary Domain controller
2016 Dec 08
2
Samba 4.51 Solaris 11 AD client
Solaris 11 include samba 3.6.25. I compiled samba 4.5.1 using GCC 4.8 and
gmake. Had set following env variables to make sure krb5.conf was found
# CPLUS_INCLUDE_PATH=/usr/include:/usr/include/kerberosv5/
# C_INCLUDE_PATH=/usr/include:/usr/include/kerberosv5/
After setting "client ldap sasl wrapping = plain" I was able to join to a
Windows 2008 domain with samba 4.