search for: domainuser1

Displaying 4 results from an estimated 4 matches for "domainuser1".

Did you mean: domainuser
2006 Feb 27
1
wbinfo_group.pl / wbinfo -r not working!
...what large environment (about 4,000 users accounts) with multiple sub domains. ----- # I compiled squid with... ./configure --enable-external-acl-helpers="unix_group,wbinfo_group" -------------- [root@lions squid]# rpm -q samba samba-3.0.21c-1 -------------- [root@lions squid]# wbinfo -a domainuser1%hispass plaintext password authentication succeeded challenge/response password authentication succeeded ------------------- [root@lions squid]# wbinfo -t checking the trust secret via RPC calls succeeded ------------------- [root@lions squid]# wbinfo -u |more SUBDOMAIN1\exemployees SUBDOMAIN1\inst...
2006 Mar 10
1
Winbind for five minutes?
...ust secret via RPC calls succeeded # wbinfo -a domainuser%password plaintext password authentication succeeded challenge/response password authentication succeeded # smbclient //localhost/data1 -U domainuser Password: Domain=[TESTDOMAIN] OS=[Unix] Server=[Samba 3.0.4-SUSE] smb: \> # wbinfo -u domainuser1 domainuser2 domianuser3 # wbinfo -g domaingroup1 domaingroup2 domaingroup3 # getent passwd domainuser:x:10023:10001:Domain User:/domainusers/domainuser:/bin/bash # getent group domaingroup1:x:10033:domainuser1,domainuser2 # chgrp domaingroup1 data1 then about five minutes later, then everyth...
2018 Nov 16
7
getenv does not return any AD DOMAIN users or groups - ?nsswitch is not setup for Samba?
The problem is that getenv does not return any AD domain users or groups. From much research this seems to be because nsswitch is not setup for Samba. I would really appreciate some assistance as I think this is my last hurdle for actually being able to use this test file server. Ubuntu server 18.04 - Samba installed and configured (almost) Kerberos functioning. wbinfo --ping-dc successfully
2025 Feb 17
1
dsdb_* logs to files
...vents [global] ... logging = file log level = 3 dsdb_password_audit:5@/var/log/samba/dsdb_password_audit.log dsdb_password_json_audit:5@/var/log/samba/dsdb_password_json_audit.log ... files are created, but size = 0 Change password for any user [root at dc samba]# samba-tool user setpassword domainuser1 --newpassword=Qwerty1 I see json output to stdout, but not to files. Why? -- *Anton*