similar to: getent passwd blank response

Displaying 20 results from an estimated 4000 matches similar to: "getent passwd blank response"

2020 Aug 14
2
getent passwd blank response
On 8/14/2020 1:05 PM, Rowland penny via samba wrote: > On 14/08/2020 18:45, Robert E. Wooden via samba wrote: >> >> ... source location as "/usr/local/samba/lib/libnss_winbind.so.2". (I forgot to add that I am aware that this is the compiled by user location.) > libpam-krb5 libpam-krb5 was not installed. (I installed it.) Restarted However, "getnet passwd
2020 Aug 17
3
getent passwd blank response
Hai, > I have an issue that "getent passwd SAMDOM\usrname" returns a blank response. And > Running "getent passwd" returns all the local users. Both results "are" correct. But have you tried this : getent passwd "SAMDOM\username" And does id username still work ;-) Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba
2020 Aug 17
2
getent passwd blank response
On 8/17/20 4:36 AM, Rowland penny via samba wrote: > On 17/08/2020 10:20, L.P.H. van Belle via samba wrote: >> >> But have you tried this : >> getent passwd "SAMDOM\username" > > Unless you have in smb.conf (which are not recommended): > > winbind enum users = yes > > winbind enum groups = yes > > Running 'getent passwd' and
2020 Aug 17
1
getent passwd blank response
Hai Bob, Try this. First flush cache. net cache flush getent passwd username id username And run this one again for me: https://raw.githubusercontent.com/thctlo/samba4/master/samba-collect-debug-info.sh Reply might be bit later on, im running around here. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Bob
2020 Aug 17
2
getent passwd blank response
On 8/17/2020 6:55 AM, Rowland penny via samba wrote: > wbinfo --group-info 'Domain Users' | awk -F ':' '{print $3}' > > wbinfo -i <username> | awk -F ':' '{print $3}' > > Rowland > root at mbr04:~# wbinfo --group-info 'Domain Users' | awk -F ':' '{print $3}' 10000 root at mbr04:~# wbinfo -i [username] | awk -F
2020 Aug 15
3
getent passwd blank response
On 8/14/20 3:40 PM, Rowland penny via samba wrote: > Hmm, I use Louis's repo and mine is here: > > /lib/x86_64-linux-gnu/libnss_winbind.so.2 > > Try running 'pam-auth-update' as root, it will show the PAM profiles > in use, I have: > > [*] Kerberos authentication > [*] Unix authentication > [*] Winbind NT/Active Directory authentication > [*] Mount
2020 Aug 17
2
getent passwd blank response
On 8/17/2020 7:30 AM, Rowland penny via samba wrote: > > If you run 'wbinfo -u | grep username' , do you get output ? > root at mbr04:~# wbinfo -u | grep [username] [username] Yep, username exists. (Hair worn off my head in one spot from scratching.) -- Bob Wooden
2020 Aug 17
2
getent passwd blank response
On 8/17/2020 7:59 AM, Rowland penny via samba wrote: > Could it be that 'username' doesn't have a uidNumber ? > > Well, when I run "id [username]" on the DC, I get a "uid=3000013(SUBDOM\[username])" and"gid=10000", etc. When I run "id [username]" on the member server (mbr04) I get "id: 'SUBDOM\[username]': no such
2020 Aug 14
0
getent passwd blank response
On 14/08/2020 20:18, Robert E. Wooden via samba wrote: > On 8/14/2020 1:05 PM, Rowland penny via samba wrote: >> On 14/08/2020 18:45, Robert E. Wooden via samba wrote: >>> >>> ... source location as "/usr/local/samba/lib/libnss_winbind.so.2". > (I forgot to add that I am aware that this is the compiled by user > location.) >> libpam-krb5 > >
2020 Oct 05
2
SID security
As the result of my own actions I have had to rebuild my DC's and member server Samba version. It's my fault for upgrading to v4.13.0 too soon. On W10, logged in as administrator, connected to the member server via FileExplorer, the file permissions (via Properties tab) >> Security (tab >> Advanced >> shows the following permissions for the \\mbr04\data folder: Creator
2020 Sep 04
1
Use of samba-tool create
I have been working on creating users with samba-tool create. samba-tool user create tuser70 --surname="Test" --given-name="User" --initials=70 --uid-number=10070 --gid -number=10000 --description='70 user' --gecos='Test 70. User' --uid='Test 70. User' --login-shell=/bin/sh --unix-home=/h ome/SAMDOM/tuser70
2020 Aug 17
0
getent passwd blank response
On 17/08/2020 13:18, Robert E. Wooden via samba wrote: > root at mbr04:~# wbinfo --group-info 'Domain Users' | awk -F ':' '{print > $3}' > 10000 > root at mbr04:~# wbinfo -i [username] | awk -F ':' '{print $3}' > failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND > > Could not get info for user [username] Hmm, I only get that if I
2020 Sep 25
2
Debian client/workstation pam_mount
On 25/09/2020 12:55, Robert Wooden wrote: > Thanks Dr, Naumer and Rowland. > > Although still not quite correct, my pam_mount.conf.xml looks like: > root at lws4:~# cat /etc/security/pam_mount.conf.xml > <debug enable="1" /> > <volume fstype="fuse" > server="mbr04.subdom.example.com <http://mbr04.subdom.example.com>" >
2002 Dec 09
2
PDC: Problems making the win2k client join domain
I am having problems making the client win2k machine join the domain . My Samba PDC is configured as follows : 1>added trust account to the smbpasswd file (account to the win2k machine name). 2>set the global admin parameter to "student" (student acnt exists on smb server) Client is configured as follows : 1>user 'student' has been created . Problem : When I change
2020 Aug 17
0
getent passwd blank response
On 17/08/2020 10:20, L.P.H. van Belle via samba wrote: > Hai, > >> I have an issue that "getent passwd SAMDOM\usrname" returns a blank response. > And >> Running "getent passwd" returns all the local users. > Both results "are" correct. > > But have you tried this : > getent passwd "SAMDOM\username" > And does id username
2017 Jan 04
3
Samba4 + Winbind
Rowland, I looked at Samba wiki, but it doesn't helped me as I wanted, maybe I'm doing something wrong. This is what I tried to do: yum install pam* ./configure.developer --with-pam make && make install ln -s /usr/local/samba/lib/libnss_winbind.so.2 /lib64/libnss_winbind.so ln -s /lib64/libnss_winbind.so /lib64/libnss_winbind.so.2 modified my nsswitch.conf passwd:
2020 Aug 17
0
getent passwd blank response
On 17/08/2020 13:46, Robert E. Wooden via samba wrote: > On 8/17/2020 7:30 AM, Rowland penny via samba wrote: >> >> If you run 'wbinfo -u | grep username' , do you get output ? >> > root at mbr04:~# wbinfo -u | grep [username] > [username] > > Yep, username exists. > > (Hair worn off my head in one spot from scratching.) > Could it be that
2002 Dec 09
1
(no subject)
Win2k client is recognising the domain but is unable to logon . It asks for the usrname/passwd , which usrname/passwd am i supposed to give here . As shown in the smb.conf file below,admin user is set to 'student ' , but it does not accept this username , says ' unknown username or bad password '. Earlier the trust account of the client machine was created on the samba server .
2004 Dec 28
1
Restricting rsync over ssh
Hi I have very special needs and i wanted to use rsync over ssh. I don't know if a solution already exists for what i want to do. I want to provide rsync over ssh to my users. Howevern i want to have the following limitations : 1. No shell access 2. Limitting users to their home directories I was thinking to the folowing solution, but i don't know if it is secure enough : Create a
2020 Sep 26
2
Debian client/workstation pam_mount
Maybe I am not testing the signin correctly. Here is what I am doing. I sign into the client/workstation (hereafter referred to as C/W) via ssh as the local "admin" from another C/W so I can open many terminals to tail log files. Then "sudo -i" into "root". All testing is run as "root". When I sign into "root", I see this: > admin at lws4:~$