search for: tester1

Displaying 13 results from an estimated 13 matches for "tester1".

Did you mean: testers
2005 May 09
1
Changing AD passwords from Unix box
...P). We have some people who will never use a Windows system but they will still authenticate using winbind against the AD server. How does a user change passwords form the Linux box for the global account stored in AD? If I run the standard passwd command it is asking me for my NT password. [tester1@linman ~]$ passwd Changing password for user tester1. Changing password for tester1 (current) NT password: New UNIX password: Retype new UNIX password: passwd: System error If I use smbpasswd as follows it also returns an error: [tester1@linman ~]$ smbpasswd -r hqdc1 Old SMB password: New SMB p...
2005 Jul 20
0
winbind: getent with strange output
Environment: Win2003SP1 domain with Debian+Samba/Winbind 3.0.14a machine Win domain users: tester1 and tester2 all are members of groups: testgruppe, testgruppe1, testgruppe2 primary posix group of win-users: testgruppe smb.conf: [global] workgroup = realm = VW.VKW.TU-DRESDEN.DE security = ADS map to guest = Bad User passdb backend = tdbsam domain...
2007 Mar 22
13
migration/acl4 problem
Hi, S10U3: It seems, that ufs POSIX-ACLs are not properly translated to zfs ACL4 entries, when one xfers a directory tree from UFS to ZFS. Test case: Assuming one has an user A and B, both belonging to group G and having their umask set to 022: 1) On UFS - as user A do: mkdir /dir chmod 0775 /dir setfacl -m d:u::rwx,d:g::rwx,d:o:r-x,d:m:rwx /dir # samba would
2017 Feb 06
2
Regular users can't log in to Samba AD DC from Windows
...the nss tests as per Wiki seem to pass: wbinfo --ping-dc checking the NETLOGON for domain[RW] dc connection to "samba4-pfbsd.rw.lan" succeeded # getent passwd Administrator RW\administrator:*:0:20::/home/administrator:/usr/sbin/nologin # getent passwd user1 RW\user1:*:3000017:20:User1 Tester1:/home/user1:/usr/sbin/nologin # getent group "Domain Users" RW\domain users:x:20 # touch testfile # ll testfile -rw-r--r-- 1 root wheel 0 Jan 28 19:25 testfile # chown user1:"domain users" testfile # ll testfile -rw-r--r-- 1 RW\user1 staff 0 Jan 28 19:25 testfile Only I...
2017 Feb 06
2
Regular users can't log in to Samba AD DC from Windows
...wland, for the reply. >> > >> And the nss tests as per Wiki seem to pass: >> > >> >> # getent passwd Administrator >> RW\administrator:*:0:20::/home/administrator:/usr/sbin/nologin >> >> # getent passwd user1 >> RW\user1:*:3000017:20:User1 Tester1:/home/user1:/usr/sbin/nologin > > The above is interesting, you don't have a template homedir line in > smb.conf but you have '/home/username' instead of '/home/RW/username' Oh, yes, didn't notice that. But the directory doesn't actually exist. I guess it woul...
2017 Feb 06
2
Regular users can't log in to Samba AD DC from Windows
...Looking for ENC-TS pa-data -- user1\@RW.LAN at RW.LAN Kerberos: Failed to decrypt PA-DATA -- user1\@RW.LAN at RW.LAN (enctype aes256-cts-hmac-sha1-96) error Decrypt integrity check failed for checksum type hmac-sha1-96-aes256, key type aes256-cts-hmac-sha1-96 Not updating badPwdCount on CN=User1 Tester1,CN=Users,DC=rw,DC=lan after wrong password Kerberos: Failed to decrypt PA-DATA -- user1\@RW.LAN at RW.LAN Terminating connection - 'kdc_tcp_call_loop: tstream_read_pdu_blob_recv() - NT_STATUS_CONNECTION_DISCONNECTED' single_terminate: reason[kdc_tcp_call_loop: tstream_read_pdu_blob_recv()...
2004 Dec 29
1
User authentication to AD200X, need local users?
...ER-IBMLPTP2 is the computer name. I can get a listing of the domain users from the linux machine with the wbinfo command: ----------------------------- [root@gort samba]# wbinfo -u TESTER+Administrator TESTER+Guest TESTER+SUPPORT_388945a0 TESTER+TEST1$ TESTER+krbtgt TESTER+pauld TESTER+robl TESTER+tester1 TESTER+tester2 TESTER+tester3 TESTER+TEST2$ TESTER+gort$ TESTER+LUSER-IBMLPTP2$ ------------------------------ It may be that I have to config another file in pam.d. here is my pam.d/samba and pam.d/login files (respectively) -------------------------------- #%PAM-1.0 auth sufficient pam_w...
2005 May 06
3
Winbind issues with UID and GID mappings
I am having issues integrating a FC3 system with AD running on W2k3. I can not figure out why the user ID mappings and Group ID mappings are going stale. This is a generic FC3 install with all of the latest updates. login as: jgallagh Sent username "jgallagh" jgallagh@linman's password: Last login: Fri May 6 08:14:23 2005 from 192.168.168.2 id: cannot find name for group ID
2017 Feb 06
0
Regular users can't log in to Samba AD DC from Windows
...samba.org> wrote: > Thank you, Rowland, for the reply. > > And the nss tests as per Wiki seem to pass: > > > # getent passwd Administrator > RW\administrator:*:0:20::/home/administrator:/usr/sbin/nologin > > # getent passwd user1 > RW\user1:*:3000017:20:User1 Tester1:/home/user1:/usr/sbin/nologin The above is interesting, you don't have a template homedir line in smb.conf but you have '/home/username' instead of '/home/RW/username' > > # getent group "Domain Users" > RW\domain users:x:20 > > # touch testfile >...
2006 Jun 29
0
@response.body accumulating in functional tests?
I have two functional tests for my user controller: def test_bad_registration post :register, :email => "tester1@foo.com" assert_response :success assert_not_nil @response.body =~ /^\<error/ assert_nil assigns[''user''] end def test_good_registration @response.body = nil post :register, :username => "tester", :name => "Tester&...
2017 Feb 06
0
Regular users can't log in to Samba AD DC from Windows
...> And the nss tests as per Wiki seem to pass: > >> > > > >> > >> # getent passwd Administrator > >> RW\administrator:*:0:20::/home/administrator:/usr/sbin/nologin > >> > >> # getent passwd user1 > >> RW\user1:*:3000017:20:User1 Tester1:/home/user1:/usr/sbin/nologin > > > > The above is interesting, you don't have a template homedir line in > > smb.conf but you have '/home/username' instead of > > '/home/RW/username' > > Oh, yes, didn't notice that. But the directory doesn'...
2017 Feb 06
2
Regular users can't log in to Samba AD DC from Windows
...s per Wiki seem to pass: >>>> >>> >>>> >>>> # getent passwd Administrator >>>> RW\administrator:*:0:20::/home/administrator:/usr/sbin/nologin >>>> >>>> # getent passwd user1 >>>> RW\user1:*:3000017:20:User1 Tester1:/home/user1:/usr/sbin/nologin >>> >>> The above is interesting, you don't have a template homedir line in >>> smb.conf but you have '/home/username' instead of >>> '/home/RW/username' >> >> Oh, yes, didn't notice that. But the...
2020 May 05
2
Urgent - Help needed
...server log]# grep EB6A2206818 temp.log May 5 07:35:20 testserver postfix/smtpd[29839]: EB6A2206818: client=test-server May 5 07:35:20 testserver postfix/cleanup[29842]: EB6A2206818: message-id=<AM0PR01MB42257878E93ED4C6> May 5 07:35:21 testserver postfix/qmgr[29801]: EB6A2206818: from=< tester1 at testing.com>, size=13614, nrcpt=1 (queue active) May 5 07:35:21 testserver postfix/virtual[29843]: EB6A2206818: to=< selfemail at testing2.com>, relay=virtual, delay=0.05, delays=0.05/0/0/0, dsn=2.0.0, status=sent (delivered to maildir) May 5 07:35:21 testserver postfix/qmgr[29801]: E...