search for: auth_netlogond

Displaying 14 results from an estimated 14 matches for "auth_netlogond".

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
...> 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!? > > Many thanks one more time & best regards, > Andreas I think the key to avoiding the issue is that you have listed rpc modules wh...
2018 Feb 13
2
Compile Samba without AD/ADS for a slim installation
...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/samba \ --localstatedir=/var \ --with-configdir=/etc/...
2019 Mar 20
2
build problem with 4.10.0
...ble-rpath-install --enable-debug --enable-pmda --enable-fhs --with-cluster-support --with-socketpath=/var/lib/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=/hom...
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
...m 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=... --with-shared-modules=... and possibly other related 4.6.x configure parameters from an old 3.5.x installin order to compile...
2019 Mar 20
0
build problem with 4.10.0
...g --enable-pmda  > --enable-fhs --with-cluster-support  > --with-socketpath=/var/lib/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,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...
2018 Feb 14
0
Compile Samba without AD/ADS for a slim installation
...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/samba \ > --localstatedir=/var \ &...
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
...m 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-compiling Samba 4.x still is a rather frustrating experience with the build system having changed from autoconf to waf......
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
...m 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!? Many thanks one more time & best regards, Andreas Am 05.06.2017 um 12:57 schrieb awl1: > Hello Samba experts, > > due to the "SambaCry"...
2009 Nov 19
1
Cannot retrieve user/group information
..._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 Are those messages expected? This installation was from an RPM I built using the packaging scripts in the source tarball, specifically the RHEL script using GCC 4.1.2. The /usr/lib64/samba/idmap/ad.so file does appear to be there and looks healthy (no missing libra...
2009 Nov 18
3
Samba 3.4.2 with Solaris ZFS Snaphots
...m 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_solarisacl I tried to configure a share in smb.conf supporting zfs snapshot as shadow copy provider with the following: [delaye] comment = JCD path = /home/delaye read only = No writable = yes acl check permissions = No hide d...
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
...> 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=... > --with-shared-modules=... The defaults suit most folks. Otherwise, take a look at script/a...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...unix... static checking how to build auth_winbind... static checking how to build auth_wbc... static checking how to build auth_server... static checking how to build auth_domain... static checking how to build auth_builtin... static checking how to build auth_script... shared checking how to build auth_netlogond... static checking how to build vfs_default... static checking how to build vfs_recycle... shared checking how to build vfs_audit... shared checking how to build vfs_extd_audit... shared checking how to build vfs_full_audit... shared checking how to build vfs_netatalk... shared checking how to buil...
2010 May 11
1
Samba 3.5.2 compile on AIX
...unix... static checking how to build auth_winbind... static checking how to build auth_wbc... static checking how to build auth_server... static checking how to build auth_domain... static checking how to build auth_builtin... static checking how to build auth_script... shared checking how to build auth_netlogond... static checking how to build vfs_default... static checking how to build vfs_recycle... shared checking how to build vfs_audit... shared checking how to build vfs_extd_audit... shared checking how to build vfs_full_audit... shared checking how to build vfs_netatalk... shared checking how to buil...
2013 Jan 07
4
3.6.10 file handle leak under ancient 32-bit kernel
...unix... static checking how to build auth_winbind... static checking how to build auth_wbc... static checking how to build auth_server... static checking how to build auth_domain... static checking how to build auth_builtin... static checking how to build auth_script... shared checking how to build auth_netlogond... not checking how to build vfs_default... static checking how to build vfs_recycle... shared checking how to build vfs_audit... shared checking how to build vfs_extd_audit... shared checking how to build vfs_full_audit... shared checking how to build vfs_netatalk... shared checking how to build v...