Displaying 6 results from an estimated 6 matches for "shemgp".
Did you mean:
sheep
2015 Apr 06
1
winbind authentication for user FAILED with error NT_STATUS_WRONG_PASSWORD
Hello,
I'm trying to authenticate to a Samba file server version 3.6.6 which is
joined to a samba AD version 4.1.17. The problem is that I can't seem
to login using smbclient -L //172.16.0.229/itdev -U shemgp tothe file
server and the server displays the error:
winbind authentication for user [shemgp] FAILED with error
NT_STATUS_WRONG_PASSWORD
even if I use the correct password. The client says:
session setup failed: NT_STATUS_LOGON_FAILURE
Here's my smb.conf on the file server:
[global]...
2014 Feb 11
2
Google Apps Directory Sync Password Attribute
Hello,
I'm trying to synchronize users with samba4 and Google apps using Google
Apps Directory Sync. It's asking me to enter the user Password
attribute. May I know what attribute does samba4 use to store user
passwords? Also, what hash does it use? SHA1? or MD5? I imported the
users using pdbedit.
Thank you in advance.
Sincerely,
Windell Shem Pasamba
2014 Jan 13
0
Samba 3 to Samba 4
Hello,
I would like to connect a winbind samba 3 client to a samba 4 domain
server. I run net rpc info -U administrator to register to the domain.
wbinfo -m displays the server. But when I run wbinfo -u, the users are not
being displayed. I don't understand why. Can anybody help me. Thanks.
Here's my smb.conf for the samba 3 client:
[global]
workgroup = AIIAS.SAMBA4
server
2014 Feb 17
1
ldap_modify change password
Hello,
I would like to change samba4 AD user's password using php. Here's my code:
function UpdateLdapPassword($username, $newpassword)
{
global $ds;
global $rdn;
$entry["clearTextPassword"][0]=base64_encode(iconv('UTF-8','UTF-16LE',$newpassword));
$bReturn= ldap_modify ($ds, $rdn, $entry);
2014 Feb 10
2
Conflicting objectSid
Hi all,
I'm having a problems with leaving and joining a client to the domain.
I'm using samba-4.1.4 as an AD server. When I join and leave and join
and leave after a while this error comes up:
Failed to join domain: failed to join domain 'AIIAS' over rpc:
NT_STATUS_IO_TIMEOUT
And when I look at the logs it says:
Failed to re-index objectSid in
2014 Mar 18
1
A record packet with illegal version was received.
Hello,
I'm having a problem with using TLS in samba 4.1.4. When I try to
connect to LDAP of samba 4 there is an error in the logs, which is:
[2014/03/18 15:34:12.631262, 1]
../source4/lib/tls/tls_tstream.c:1338(tstream_tls_retry_handshake)
TLS ../source4/lib/tls/tls_tstream.c:1338 - A record packet with
illegal version was received.
Here's the php script that tries to connect to