Displaying 8 results from an estimated 8 matches for "pdb_samba_dsdb".
2017 Apr 09
6
Samba 4 account with a 'ldbmodify-ed' password does not login into domain from a Windows 7 VM
...e random password, and windows
> 7 is using Kerberos.
Dear Andrew,
I confirmed that 'supplementalCredentials' has different values  
depending on whether I use 'samba-tool' or 'ldbmodify' to set the  
password. That seems to confirm your initial guess.
> The code in pdb_samba_dsdb that owns the OID you use always removes
> this attribute when setting that OID, so you need to as well.
Is there any chance that this could mean I only need to wipe  
'supplementalCredentials' attribute -- I saw that it is possible --  
after set the password with 'ldbmodify'?...
2017 Apr 08
0
Samba 4 account with a 'ldbmodify-ed' password does not login into domain from a Windows 7 VM
...any other step I should take in order to get Windows logon
> working
> normally with the accounts I create that way?
My guess is that the Kerberos keys in supplementalCredentials have not
been removed.  Those are still set to the random password, and windows
7 is using Kerberos.
The code in pdb_samba_dsdb that owns the OID you use always removes
this attribute when setting that OID, so you need to as well. 
Thanks,
Andrew Bartlett
-- 
Andrew Bartlett                       http://samba.org/~abartlet/
Authentication Developer, Samba Team  http://samba.org
Samba Developer, Catalyst IT          http:...
2017 Apr 09
0
Samba 4 account with a 'ldbmodify-ed' password does not login into domain from a Windows 7 VM
...via samba
wrote:
> 
> Dear Andrew,
> 
> I confirmed that 'supplementalCredentials' has different values  
> depending on whether I use 'samba-tool' or 'ldbmodify' to set the  
> password. That seems to confirm your initial guess.
> 
> > The code in pdb_samba_dsdb that owns the OID you use always removes
> > this attribute when setting that OID, so you need to as well.
> 
> Is there any chance that this could mean I only need to wipe  
> 'supplementalCredentials' attribute -- I saw that it is possible --  
> after set the password w...
2017 Apr 07
4
Samba 4 account with a 'ldbmodify-ed' password does not login into domain from a Windows 7 VM
Hi everyone!
I have a LDAP with all my users' accounts, each one with the
sambaNTPassaword correctly defined. I also have a freshly installed Samba
4.2 running on a Debian 8.7 box.
I followed the instructions described by Steve ThompsSmabon here
<https://lists.samba.org/archive/samba/2014-June/182196.html> and I am able
to create a Samba 4 domain account ('samba-tool user add ...
2017 Apr 12
2
Samba 4 account with a 'ldbmodify-ed' password does not login into domain from a Windows 7 VM
...;> Dear Andrew,
>>
>> I confirmed that 'supplementalCredentials' has different values  
>> depending on whether I use 'samba-tool' or 'ldbmodify' to set the  
>> password. That seems to confirm your initial guess.
>>
>> > The code in pdb_samba_dsdb that owns the OID you use always removes
>> > this attribute when setting that OID, so you need to as well.
>>
>> Is there any chance that this could mean I only need to wipe  
>> 'supplementalCredentials' attribute -- I saw that it is possible --  
>> after...
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.  
2020 May 29
2
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
Samba 4.12.1, single server with AD+DC on Ubuntu 18.04. Filesystem:
/dev/sdb1 on /home type ext4 (rw,relatime,stripe=32750,data=ordered)
It all work as expected, but I occasionally get the error in subject which denies access to shares. Restarting Samba will restore functionality. 
What can be the cause of this problem?
Thanks.
[2020/05/27 18:24:35.795379,  8]
2020 Jun 03
3
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
...e_t):       8
   sizeof(off_t):        8
   sizeof(ino_t):        8
   sizeof(dev_t):        8
Builtin modules:
   vfs_default vfs_not_implemented vfs_posixacl auth_builtin auth_sam auth_winbind rpc_mdssvc_module pdb_smbpasswd pdb_tdbsam auth_unix nss_info_template idmap_tdb idmap_passdb idmap_nss pdb_samba_dsdb auth_samba4 vfs_dfs_samba4 pdb_ldapsam idmap_ldap
Config collected --- 2020-05-18-23:08 -----------
Hostname:   fileserver
DNS Domain: wdc.mydomain.it
Realm:      WDC.MYDOMAIN.IT
FQDN:       fileserver.wdc.mydomain.it
ipaddress:  10.0.0.3
-----------
This computer is running Ubuntu 18.04.4 LT...