Displaying 14 results from an estimated 14 matches for "unixadm".
2017 Nov 29
2
LDAP query and result: better field for username?
...betetr to use for querying for user 'gaio'?
'uid' no (because RFC2307 data can be missing), so?
'sAMAccountName'? or 'cn'?
Thanks.
PS: clearly the same for groups:
root at vdmsv1:/etc/exim4# ldbsearch -H ldap://vdcsv1 -P -b DC=ad,DC=fvg,DC=lnf,DC=it "(cn=unixadm)" | grep ": unixadm$"
cn: unixadm
name: unixadm
sAMAccountName: unixadm
msSFU30Name: unixadm
--
dott. Marco Gaiarin GNUPG Key ID: 240A3D66
Associazione ``La Nostra Famiglia'' http://www.lanostrafamiglia.it/
Polo FVG - Via della Bontà , 7 - 330...
2002 May 15
1
strange password problem with rsync
...ng a very strange problem with passwords and
username with rsync.
I have a "auth users" line in my /etc/rsyncd.conf file (see below) and a
corresponding username and password in my /etc/rsyncd.secrets. The strange
thing is is that authentication for the module listed in /etc/rsyncd.conf
(unixadm) only works IF the username in /etc/rsyncd.secrets is the same as
the module name in /etc/rsyncd.conf. If I try any other username in
/etc/rsyncd.secrets and /etc/rsyncd.secrets I get "@ERROR: auth failed on
module" messages. Can anyone shed some light of what I am experiencing and
how to...
2017 Nov 10
1
[Curiosity] Default domain, DC and DM...
In my DC, without setting explicitly a 'winbind default domain', i can
check logins domainless:
root at vdcsv1:~# id gaio
uid=10000(LNFFVG\gaio) gid=10513(LNFFVG\domain users) gruppi=10513(LNFFVG\domain users),11001(LNFFVG\sir),10999(LNFFVG\unixadm),3000008(LNFFVG\domain admins),3000005(LNFFVG\denied rodc password replication group),3000005(LNFFVG\denied rodc password replication group),3000009(BUILTIN\users),3000000(BUILTIN\administrators)
in my DM, no, i've to explicitly set the domain:
root at vdmsv1:~# id gaio
id: gaio: no such us...
2023 Nov 28
1
Setting up Profiles share... 777?!
...disable
map acl inherit = Yes
path = /srv/samba/profiles
read only = No
vfs objects = acl_xattr
acl_xattr:default acl style = windows
acl_xattr:ignore system acls = yes
But failing to create profiles for users; after fiddling a bit, i was forced
to have '/srv/samba/profiles' as 775 :unixadm (a group member of 'Domain
Aministrators') and profile folders get created '777':
root at vdmacpn1:~# ls -la /srv/samba/profiles/
totale 16
drwxrwxr-x 7 gaio unixadm 92 28 nov 15.49 .
drwxrwxr-x 5 root root 54 2 nov 19.24 ..
drwxrwxrwx 2 daniela segr...
2020 Jun 25
1
sudo on DC?
If I want a limited user that is created in AD to be able to login on a
domain controller to run a script that requires sudo... Is this possible?
As the root user, I can run "su -s/bin/bash DOMAIN/username" to login on
the DC. However, I cannot run commands such as "passwd" or "sudo
<command>". I have added them to my /etc/sudoers file, and even added
NOPASSWD:
2023 Nov 28
1
Setting up Profiles share... 777?!
...o
> vfs objects = acl_xattr
> acl_xattr:default acl style = windows
> acl_xattr:ignore system acls = yes
Why have you added those two last lines ?
>
> But failing to create profiles for users; after fiddling a bit, i was
> forced to have '/srv/samba/profiles' as 775 :unixadm (a group member
> of 'Domain Aministrators') and profile folders get created '777':
>
> root at vdmacpn1:~# ls -la /srv/samba/profiles/
> totale 16
> drwxrwxr-x 7 gaio unixadm 92 28 nov 15.49 .
> drwxrwxr-x 5 root root 54 2 nov 19.24...
2009 Nov 24
2
SLES 10 client keeps removing and re-adding accounts to groups
...39;t use this product in production as a result, I''d like to use it
though.
Using clients 25.1 with master 25.1
This keeps re-occuring with every single puppet client run:
Nov 24 09:57:09 puppetd[26915]: (//unixuser/User[jdoe]/groups) groups
changed ''wheel'' to ''unixadm,wheel''
Nov 24 09:57:09 shadow[27044]: account removed from group -
account=jdoe, group=wheel, gid=10, by=0
Nov 24 09:57:09 shadow[27044]: account removed from group -
account=jdoe, group=video, gid=33, by=0
Nov 24 09:57:09 shadow[27044]: account removed from group -
account=jdoe, group=dia...
2017 Sep 26
3
Domain member server: user access
Hai Rowland,
Im pretty sure this is a bug in the DC part.
I'll show.
On the DC.
dc1:~# getent passwd winadmin
NTDOM\winadmin:*:10000:100::/home/users/winadmin:/bin/bash
wbinfo --group-info="Domain Users"
NTDOM\domain users:x:100:
id winadmin
uid=10000(NTDOM\winadmin) gid=100(users) groups=100(users),3000004(BAZRTD\group policy creator owners),3000008(NTDOM\domain admins)
2017 Sep 26
0
Domain member server: user access
...mba-tool user add gaio --use-username-as-cn --surname=Gaiarin --given-name=Marco --unix-home=/home/gaio --uid=gaio --uid-number=10000 --gecos="Marco Gaiarin" --login-shell=/bin/bash
and now:
root at vdcsv1:~# id gaio
uid=10000(LNFFVG\gaio) gid=100(users) gruppi=100(users),10000(LNFFVG\unixadm),3000008(LNFFVG\domain admins),3000005(LNFFVG\denied rodc password replication group),3000005(LNFFVG\denied rodc password replication group),3000009(BUILTIN\users),3000000(BUILTIN\administrators)
root at vdcsv1:~# getent group "Domain Users"
LNFFVG\domain users:x:100:
root at vdcsv1:~...
2023 Nov 29
1
Setting up Profiles share... 777?!
On Wed, 29 Nov 2023 17:45:16 +0100
Marco Gaiarin via samba <samba at lists.samba.org> wrote:
> Mandi! Rowland Penny via samba
> In chel di` si favelave...
>
> >> acl_xattr:default acl style = windows
> >> acl_xattr:ignore system acls = yes
> > Why have you added those two last lines ?
>
> Ahem, really you need an answer?! ;-)
>
>
2018 Jun 13
3
NSS and group enumeration in CUPS...
...t (/etc/cups/cups-files.conf):
SystemGroup printops
and add to 'printops' group some users that can manage cups.
Now i'm in AD mode. I'm in 'printops' group:
root at vdmpp1:~# id gaio
uid=10000(gaio) gid=10513(domain users) gruppi=10513(domain users),11001(sir),10999(unixadm),10998(printops),5001(BUILTIN\users),5000(BUILTIN\administrators)
but still if i access the cups web interface, i can login but
administration/management tasks are 'access denied'.
Probably all came from:
root at vdmpp1:~# getent group printops
printops:x:10998:
and i know that i can...
2003 Nov 06
5
[Bug 755] PermitEmptyPasswords ignored
...dafone.com
Hi
there ist a big Problem, user with empty Passwords can Login.
The User has no Password in the shadow file ...
He makes a connect with Putty, write his name in the prompt and Press enter
login as: wparling
Last login: Thu Nov 6 09:44:31 2003 from 10.128.77.18
Verarbeite Gruppe(n) UNIXADM
Lade Modul(e) basis rootstuff legato perl5.6.1 sybase-oc12 visualws6.2 tclx
wparling at systemxx:/home/wparling $
We dont use agents, or other things...
The Source is patched with Darrens password expired patch.
Frank
ssh -V
OpenSSH_3.7.1p2-pwexp24, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep...
2017 Sep 26
1
Domain member server: user access
...-cn --surname=Gaiarin
> --given-name=Marco --unix-home=/home/gaio --uid=gaio
> --uid-number=10000 --gecos="Marco Gaiarin" --login-shell=/bin/bash
>
> and now:
>
> root at vdcsv1:~# id gaio
> uid=10000(LNFFVG\gaio) gid=100(users)
> gruppi=100(users),10000(LNFFVG\unixadm),3000008(LNFFVG\domain
> admins),3000005(LNFFVG\denied rodc password replication
> group),3000005(LNFFVG\denied rodc password replication
> group),3000009(BUILTIN\users),3000000(BUILTIN\administrators)
>
> root at vdcsv1:~# getent group "Domain Users"
> LNFFVG\domain...
2018 Jun 13
0
NSS and group enumeration in CUPS...
...s
>
> and add to 'printops' group some users that can manage cups.
>
>
> Now i'm in AD mode. I'm in 'printops' group:
>
> root at vdmpp1:~# id gaio
> uid=10000(gaio) gid=10513(domain users)
> gruppi=10513(domain
> users),11001(sir),10999(unixadm),10998(printops),5001(BUILTIN\
> users),5000(BUILTIN\administrators)
>
> but still if i access the cups web interface, i can login but
> administration/management tasks are 'access denied'.
>
> Probably all came from:
>
> root at vdmpp1:~# getent group printops
&...