Displaying 11 results from an estimated 11 matches for "swanadmin".
Did you mean:
svnadmin
2020 Aug 21
2
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
...M\Administrator' -w 'xxxxxxxxxx' -b
'dc=samdom,dc=example,dc=com'
'memberof:1.2.840.113556.1.4.1941:=cn=Domain
Admins,CN=Users,dc=samdom,dc=example,dc=com' | grep 'dn:'
[sudo] password for rowland:
dn: CN=Unix Admins,CN=Users,DC=samdom,DC=example,DC=com
dn: CN=swanadmin,CN=Users,DC=samdom,DC=example,DC=com
dn: CN=Rowland Penny,CN=Users,DC=samdom,DC=example,DC=com
dn: CN=dhcpduser,CN=Users,DC=samdom,DC=example,DC=com
dn: CN=Administrator,CN=Users,DC=samdom,DC=example,DC=com
Rowland
2018 Jan 08
2
R: R: R: cannot list/access samba share from Windows client
...9
Restarted smbd, nmbd and winbind, then:
root at devstation:~# net cache flush
root at devstation:~# getent passwd samdom\\rowland
rowland:*:11107:10513:Rowland Penny:/home/rowland:/bin/bash
root at devstation:~# getent group "samdom\\domain admins"
domain admins:x:10512:administrator,swanadmin,rowland
As you can see, it works ;-)
If it isn't working for you, you must have something misconfigured or
something missing, What do you have in /etc/hostname, /etc/hosts
and /etc/resolv.conf ?
What packages did you install with the Samba packages ? (note: not the
base OS packages, the packa...
2019 May 14
1
Samba4 changing a user's password from linux workstation
...e… just groupname to
>> show. I don’t remember why this was causing me problems… just that
>> this was the main reason.
>
> You mean something like this:
>
> getent group Domain\ Users
> domain
> users:x:10000:testuser,user27,saducuser,testuser2,sudouser,user26,swanadmin,ktestuser,testuser1,example$,kte.....
>
>
> If it didn't work for you, then your smb.conf was mis-configured.
>
>>
>> At the time, I found that the documentation for integrating AD with
>> Linux was best documented… in particular at RedHat:
>>
>> h...
2019 May 14
2
Samba4 changing a user's password from linux workstation
Hello Rowland,
We’ve been using SSSD with Acitve Directory for a few years now… It’s been solid for us.
Our Linux clients use the AD-Kerberos via SSSD for secure NFS4 mounts with POSIX attributes defined in AD (uidNumber, gidNumber, unixHomeDirectory, loginShell).
Before putting into production, I tested using Winbind and could not get it to do what I wanted. If I remember correctly, I had
2020 Aug 21
4
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
...-b 'dc=samdom,dc=example,dc=com'
>> 'memberof:1.2.840.113556.1.4.1941:=cn=Domain
>> Admins,CN=Users,dc=samdom,dc=example,dc=com' | grep 'dn:'
>> [sudo] password for rowland:
>> dn: CN=Unix Admins,CN=Users,DC=samdom,DC=example,DC=com
>> dn: CN=swanadmin,CN=Users,DC=samdom,DC=example,DC=com
>> dn: CN=Rowland Penny,CN=Users,DC=samdom,DC=example,DC=com
>> dn: CN=dhcpduser,CN=Users,DC=samdom,DC=example,DC=com
>> dn: CN=Administrator,CN=Users,DC=samdom,DC=example,DC=com
>>
>> Rowland
>
> You're right, this works...
2019 May 14
0
Samba4 changing a user's password from linux workstation
...roups. I didn’t want DOMAIN\groupname… just groupname to
> show. I don’t remember why this was causing me problems… just that
> this was the main reason.
You mean something like this:
getent group Domain\ Users
domain
users:x:10000:testuser,user27,saducuser,testuser2,sudouser,user26,swanadmin,ktestuser,testuser1,example$,kte.....
If it didn't work for you, then your smb.conf was mis-configured.
>
> At the time, I found that the documentation for integrating AD with
> Linux was best documented… in particular at RedHat:
>
> https://access.redhat.com/documentation/en-...
2020 Aug 21
0
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
...c=example,dc=com'
>>> 'memberof:1.2.840.113556.1.4.1941:=cn=Domain
>>> Admins,CN=Users,dc=samdom,dc=example,dc=com' | grep 'dn:'
>>> [sudo] password for rowland:
>>> dn: CN=Unix Admins,CN=Users,DC=samdom,DC=example,DC=com
>>> dn: CN=swanadmin,CN=Users,DC=samdom,DC=example,DC=com
>>> dn: CN=Rowland Penny,CN=Users,DC=samdom,DC=example,DC=com
>>> dn: CN=dhcpduser,CN=Users,DC=samdom,DC=example,DC=com
>>> dn: CN=Administrator,CN=Users,DC=samdom,DC=example,DC=com
>>>
>>> Rowland
>>
>> Y...
2018 Jan 08
0
R: R: R: R: cannot list/access samba share from Windowsclient
...winbind, then:
>
>root at devstation:~# net cache flush
>root at devstation:~# getent passwd samdom\\rowland
>rowland:*:11107:10513:Rowland Penny:/home/rowland:/bin/bash
>
>root at devstation:~# getent group "samdom\\domain admins"
>domain admins:x:10512:administrator,swanadmin,rowland
>
>As you can see, it works ;-)
I’ve done exactly as you (view /etc/samba/smb.conf below) but nothing changed!
>If it isn't working for you, you must have something misconfigured or
>something missing, What do you have in /etc/hostname, /etc/hosts
>and /etc/resolv.conf...
2018 Jan 08
3
R: R: R: cannot list/access samba share from Windows client
Ok.
I’ve done
root at SRVLNXWINTRA01:/home/data# nano /etc/samba/smb.conf
modified
idmap config COM_SPOLETO : backend = rid
to
idmap config COM_SPOLETO : backend = ad
root at SRVLNXWINTRA01:/home/data# systemctl restart smbd nmbd winbind
root at SRVLNXWINTRA01:/home/data# net cache flush
root at SRVLNXWINTRA01:/home/data# getent passwd com_spoleto\\andrea.rossetti
root at
2020 Aug 21
3
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
Hi everyone,
I have a working Samba AD/DC (4.12.6 on RHEL7.8) setup I'm trying to use
with OpenShift (a container platform to which RedHat contributes - aka
OCP). I'm also not too skilled on LDAP even though I've been running the
above for over two years now..
There are typically two steps involved in connecting AD to OCP:
1) declare an OAuth configuration in OCP (requires a bind
2018 Jan 08
2
R: R: R: R: cannot list/access samba share from Windowsclient
...oot at devstation:~# net cache flush
> >root at devstation:~# getent passwd samdom\\rowland
> >rowland:*:11107:10513:Rowland Penny:/home/rowland:/bin/bash
> >
> >root at devstation:~# getent group "samdom\\domain admins"
> >domain admins:x:10512:administrator,swanadmin,rowland
> >
> >As you can see, it works ;-)
>
> I’ve done exactly as you (view /etc/samba/smb.conf below) but nothing
> changed!
>
> >If it isn't working for you, you must have something misconfigured or
> >something missing, What do you have in /etc/hostna...