Displaying 4 results from an estimated 4 matches for "bnedevdc0".
2014 Mar 18
2
samba-tool illegal instruction setting up Kerberos auth for http
Hi all,
Has anyone noticed this behaviour in samba-tool? I was trying to do the
Apache Single Sign on authentication:
https://wiki.samba.org/index.php/Authenticating_other_services_against_AD#Apache_Single_Sign-On
> root at bnedevdc0:~# samba-tool domain exportkeytab /root/httpd.keytab --principal=HTTP/svn.myrealm.mydomain at MYREALM.MYDOMAIN -d10
> INFO: Current debug levels:
> all: 10
> tdb: 10
> printdrivers: 10
> lanman: 10
> smb: 10
> rpc_parse: 10
> rpc_srv: 10
> rpc_cli: 10
>...
2016 Feb 01
2
"samba-tool user add" and idmap shenanigans
...tual machines running Ubuntu 14.04 LTS
AMD64. I've just did an `apt-get dist-upgrade` this morning.
We've got an AD server going happily, with the relevant NIS extensions
running and winbindd. All is good. I can create a user on the server,
and it appears along with a UID.
> root at bnedevdc0:~# samba-tool user add testuser2 --random-password
> User 'testuser2' created successfully
> root at bnedevdc0:~# wbinfo -i testuser2
> VRTAD\testuser2:*:3000032:10000::/home/VRTAD/testuser2:/bin/false
Other users work too:
> root at bnedevdc0:~# wbinfo -i testuser
> VRTAD\...
2016 Feb 01
0
"samba-tool user add" and idmap shenanigans
...04 LTS
> AMD64. I've just did an `apt-get dist-upgrade` this morning.
>
> We've got an AD server going happily, with the relevant NIS extensions
> running and winbindd. All is good. I can create a user on the server,
> and it appears along with a UID.
>
>> root at bnedevdc0:~# samba-tool user add testuser2 --random-password
>> User 'testuser2' created successfully
>> root at bnedevdc0:~# wbinfo -i testuser2
>> VRTAD\testuser2:*:3000032:10000::/home/VRTAD/testuser2:/bin/false
> Other users work too:
>> root at bnedevdc0:~# wbinfo -i t...
2014 Mar 16
1
How does one "look at AD" in Samba4.1?
...T domain, from scratch.
Most of the clients that will be connecting to it are Windows 7
machines, there is one Windows 8.1 Standard machine (that won't be
joining, but not my problem), and a number of Windows XP virtual
machines. Presently I'm running a network consisting of a few VMs:
- bnedevdc0 and bnedevdc1: Primary and Back-up domain controller, Ubuntu
14.04 LTS (Beta), Samba 4.1 using BIND DLZ.
- bnedevfs0: my test file server
- clients running Windows 2000 Pro, Windows XP Pro and Windows 2012
Standard Evaluation[1]
Sadly not Windows 7 yet... but we'll get there.
At the moment I&...