Displaying 7 results from an estimated 7 matches for "no_such_us".
Did you mean:
no_such_user
2006 Jan 27
1
"LDAP only" authentication without NSS/PAM - possible?
...libc (and Samba with OpenLDAP).
The system doesn't use glibc, but it's smaller brother uClibc, and it
doesn't have anything like PAM or NSS.
Because of this, Samba can fetch the users from LDAP, but can't verify
that these users exist as system users - and refuses to logon with
NO_SUCH_USER.
Is there a way I can use Samba + LDAP without seeing LDAP users as
system users?
--
Tomasz Chmielewski
http://wpkg.org
2015 Jun 15
2
Shares and AD users with winbind
Hi!
I have a problem with a Samba share, in a Windows 2003 AD Domain, I am
setting up a machine with Ubuntu 14.04 and Samba 4.1.6 into the AD and I
want to make a samba share but I need to use the format user at fqdn to
mount the share in a Windows 7 but I have a no_such_user error.
?It is possible to use this format?
If I use the format DOMAIN\user it works perfect, ?can I change the
behavior?
My smb.conf:
[global]
workgroup = REALM
security = domain
realm = FQDN
encrypt passwords = yes
log level = 3
log file = /var/log/samba/%m.log
i...
1998 Sep 01
5
/bin/login problem
I would be surprised if someone hasn''t encountered this already, but I
haven''t found any discussion of the nature of this problem. I run RehHat
5.0. If a user makes a mistake in the login process such as the
following:
login: mistake
password: xxx
Login incorrect!
login: username
password xxxx
bash$
a ps will show, among other things,
2333 /bin/login --mistake.
Since
2015 Jun 15
0
Shares and AD users with winbind
...e:
> Hi!
>
> I have a problem with a Samba share, in a Windows 2003 AD Domain, I am
> setting up a machine with Ubuntu 14.04 and Samba 4.1.6 into the AD and
> I want to make a samba share but I need to use the format user at fqdn to
> mount the share in a Windows 7 but I have a no_such_user error.
>
> ?It is possible to use this format?
>
> If I use the format DOMAIN\user it works perfect, ?can I change the
> behavior?
>
> My smb.conf:
>
> [global]
> workgroup = REALM
> security = domain
> realm = FQDN
> encrypt passwords = yes
>...
2016 Jun 26
2
Need IP on failed logins in logfile
Hi Jeremy, list,
On 06/26/2016 12:11 AM, Jeremy Allison wrote:
> We should probably have something in the server that logs
> this as an official "event". Can someone log a RFE bug in
> the bugzilla so we don't forget this request ?
I created this bug:
https://bugzilla.samba.org/show_bug.cgi?id=11998
I hope it is (approximately) what you mean. :-)
Best regards,
MJ
2014 Feb 06
2
AD integration - Administrator can log in but no one else can
...the samba box.
No other user, even users with Administrator privileges, can.
check_ntlm_password: authentication for user [Administrator] ->
[Administrator] -> [WIKI\Administrator] succeeded
check_ntlm_password: Authentication for user [yans] -> [yans] FAILED
with error NT_STATUS_NO_SUCH_USER
The yans user (me) can log into any computer except the samba box. Even
if I granted Admin privileges I am still refused.
Eventually I need to integrate this into our existing network but for now
I need to get user logins working.
The users do not have unix accounts on the samba box. They do...
2020 Oct 07
2
Is Samba unable to resolve secodary group membership?
...root at lus-gw-1 samba]# wbinfo -S
S-1-5-21-3542048200-3079820972-537594794-55128
failed to call wbcSidToUid: WBC_ERR_DOMAIN_NOT_FOUND
Could not convert sid S-1-5-21-3542048200-3079820972-537594794-55128 to uid
The WBC_ERR_DOMAIN_NOT_FOUND is a little bit wired. The winbind logfile
reports "NO_SUCH_USER" in this case.
Samba configuration:
[root at lus-gw-1 samba]# net conf list
[global]
workgroup = AD
netbios name = lus-gw
security = ads
realm = AD.UNI-PADERBORN.DE
load printers = no
winbind use default domain = yes
winbind sca...