Displaying 3 results from an estimated 3 matches for "fakepwd".
Did you mean:
fakepw
2006 Mar 22
0
weird winbind problem
...group are ok
2) wbinfo -t -> checking the trust secret via RPC calls succeeded
3) wbinfo -g -> lists all the groups on PDC (nice!)
4) wbinfo -u -> lists all the users on PDC (nice again!)
the problem is wbinfo -a
test 1: a non existing user
---------------------------
wbinfo -a fakeuser%fakepwd
error code was NT_STATUS_NO_SUCH_USER (0xc0000064)
error messsage was: No such user
Could not authenticate user fakeuser%fakepwd with plaintext password
challenge/response password authentication failed
error code was NT_STATUS_NO_SUCH_USER (0xc0000064)
error messsage was: No such user
Could not a...
2006 Sep 26
1
Domain problem...
...turns "Error looking up domain users"
"wbinfo -g" returns "Error looking up domain groups"
Samba version 3.0.22 on debian machine. And in the domain exist the user
"oracle" with password "realpwd".
I've tried "wbinfo --authenticate=oracle%fakepwd" and return:
plaintext password authentication failed
error code was NT_STATUS_NO_SUCH_USER (0xc0000064)
error messsage was: No such user
Could not authenticate user oracle%HPRACdf with plaintext password
challenge/response password authentication failed
error code was NT_STATUS_WRONG_PASSWO...
2012 Jun 26
1
Can create files from share but only delete as root
...ld create files on the share but not delete them unless
they first switch to root (su -).
This is very odd to me since the share in question is mounted with the
non-root user's credentials. The fstab entry is as follows:
//192.168.1.2/officefiles /mnt/officefiles cifs
username=joe,password=fakepwd 0 0
Now, the version of samba on the server is 3.5.10 and on the client is
3.5.4. I can't upgrade the client w/o difficulty since it is an expired
distribution (OpenSuSE 11.3).
The smb conf forces full permissions on files and directories. Here is
the share:
[officefiles]
force...