Displaying 20 results from an estimated 32 matches for "pdb_wbc_sam".
2010 Sep 06
1
what flag shows ldapsam is built in?
...uilt in?
I see:
# smbd -b | grep -i ldap
HAVE_LDAP_H
HAVE_LDAP
HAVE_LDAP_ADD_RESULT_ENTRY
HAVE_LDAP_INIT
HAVE_LDAP_INITIALIZE
HAVE_LDAP_SASL_WRAPPING
HAVE_LDAP_SET_REBIND_PROC
HAVE_LIBLDAP
LDAP_SET_REBIND_PROC_ARGS
idmap_ldap_init
pdb_ldap pdb_smbpasswd pdb_tdbsam pdb_wbc_sam
I was expecting to see something with ldapsam in there say for instance
pdb_ldapsam or HAVE_LDAPSAM but I'm not sure what the flag is called and
haven't found a list of all the flags when searching samba.org
thanks.
2014 Dec 17
4
IDMAP_NSS on member server
...verions.
I also tried
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
...modules!?*
>
> Can you please look into this and tell me what I am missing here (I am a
> newbie to compiling Samba, but not to compiling Linux software) and how
> I am supposed to compile 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_do...
2018 Feb 13
2
Compile Samba without AD/ADS for a slim installation
...ry.
I have some partial instructions for compiling without ad-dc and ads but
keep getting a failed build. I have been grepping all over and I have been
unable to figure out what I need to specify here. My configuration:
_samba4_idmap_modules=idmap_tdb2
_samba4_pdb_modules=pdb_tdbsam,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,
auth_netlogond,auth_script,auth_samba4
cd ${srcdir}/samba-${pkgver}
./configure --enable-fhs \
--prefix=/usr \
--sbindir=/usr/bin \
--libdir=/usr/lib \
--libexecdir=/usr/lib/sa...
2014 Dec 18
2
IDMAP_NSS on member server
...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...
2014 Dec 18
2
IDMAP_NSS on member server
...>>> 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 | g...
2019 Mar 20
2
build problem with 4.10.0
...b/ctdb/ctdb.socket --with-pam
--with-pammodulesdir=lib64/security --with-piddir=/run/samba
--with-relro --enable-avahi --with-systemd
--with-shared-modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4,vfs_cacheprime,vfs_readahead,pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4,idmap_ad,idmap_adex,idmap_hash,idmap_ldap,idmap_rfc2307,idmap_rid,idmap_tdb2
--without-gpgme '--bundled-libraries=!tdb,!talloc,!tevent,ALL'
...
make install
DESTDIR=/home/abuild/rpmbuild/BUILDROOT/samba-4.10.0-100.x86_64
CONFIGDIR=/etc/samba
[ 759s] PYTHONHASHSEED=1 WAF_MAK...
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
...seem to have been wrong when assuming that I could
take the output of Samba 3.5.16 "smbd -b" command and use it to feed the
list of "builtin modules" it returns as the 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
a...
2014 Dec 18
0
IDMAP_NSS on member server
...IN : 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
>
>
>
> An...
2019 Mar 20
0
build problem with 4.10.0
...t; --with-pammodulesdir=lib64/security --with-piddir=/run/samba
> --with-relro --enable-avahi --with-systemd
> --with-shared-
> modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,aut
> h_samba4,vfs_cacheprime,vfs_readahead,pdb_tdbsam,pdb_ldap,pdb_ads,pdb
> _smbpasswd,pdb_wbc_sam,pdb_samba4,idmap_ad,idmap_adex,idmap_hash,idma
> p_ldap,idmap_rfc2307,idmap_rid,idmap_tdb2
> --without-gpgme '--bundled-libraries=!tdb,!talloc,!tevent,ALL'
Try the attached. If this fixes it file a bug and we can backport it.
I've invited you to our bugzilla.
The pre-generate...
2014 Dec 18
0
IDMAP_NSS on member server
...em, The ID number is larger than the 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 ide...
2018 Feb 14
0
Compile Samba without AD/ADS for a slim installation
...nstructions for compiling without ad-dc and ads but
> keep getting a failed build. I have been grepping all over and I have been
> unable to figure out what I need to specify here. My configuration:
>
> _samba4_idmap_modules=idmap_tdb2
> _samba4_pdb_modules=pdb_tdbsam,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
> _samba4_auth_modules=auth_unix,auth_wbc,auth_server,
> auth_netlogond,auth_script,auth_samba4
> cd ${srcdir}/samba-${pkgver}
> ./configure --enable-fhs \
> --prefix=/usr \
> --sbindir=/usr/bin \
> --libdir=/usr/lib \
>...
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
...our script "run_on_target.py", a local
Python install for i686-nptl-linux-gnu on my build machine and the
exact same module configuration (static vs. shared) as retrieved
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
a...
2013 Jan 12
0
Solaris 11.1 Samba 3.6.6 oddity: wbinfo is good, but getent is not.
...WITH_WINBIND
WITH_WINBIND
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 wai...
2014 Dec 18
0
IDMAP_NSS on member server
...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
>>&g...
2014 Dec 18
0
IDMAP_NSS on member server
...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
>>>>>
>>>>>
>>>>&...
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
...mba 4.6.x at all with any RPC
modules!?*
Can you please look into this and tell me what I am missing here (I am a
newbie to compiling Samba, but not to compiling Linux software) and how
I am supposed to compile 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
a...
2019 Mar 29
2
samba 4.9.5 - joining Samba DC to existing Samba AD failed (ldbsearch has not -U and -V)
On Fri, 29 Mar 2019 09:28:37 +0100
Franta Hanzlík <franta at hanzlici.cz> wrote:
> On Wed, 27 Mar 2019 13:11:08 +0000
> Rowland Penny via samba <samba at lists.samba.org> wrote:
>
> > On Wed, 27 Mar 2019 13:00:42 +0100
> > Franta Hanzlík <franta at hanzlici.cz> wrote:
> >
> > > Yes, is no difference between '-UAdministrator' and
2009 Nov 19
1
Cannot retrieve user/group information
...e trouble loading for
some reason, or perhaps that is a spurious error message. However, I
don't see idmap_ad in the list of modules, either (perhaps these are
only modules that aren't loaded on demand?):
# smbd -b
<snip>
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_buil...
2009 Nov 18
3
Samba 3.4.2 with Solaris ZFS Snaphots
...1.70M 1.95G 1.67M /home/delaye
home/delaye at GMT-2009.11.18-10.01.13 31K - 1.67M -
samba supports shadow copy (and zfs acl) as Build Options.
smbd -b
vfs_shadow_copy2_init
vfs_shadow_copy_init
vfs_zfsacl_init
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
a...