This is a discussion on [Samba] simple command to check domain membership within the Samba forums, part of the Networking and Network Related category; Hello, I'm planning to automate domain joining with samba+winbind for a classroom. Using cfengine, I'll have to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I'm planning to automate domain joining with samba+winbind for a classroom. Using cfengine, I'll have to trigger domain joining by checking current status via a shell command. An example : has_hostname = ( '/bin/test -f /etc/hostname' ) What would be a simple and safe test to check whether or not the machine has already been joined to the domain ? Thanks in advance, -- Mikael Kermorgant -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
Mikael Kermorgant wrote:
> Hello, > > I'm planning to automate domain joining with samba+winbind for a classroom. > > Using cfengine, I'll have to trigger domain joining by checking current > status via a shell command. > > An example : > > has_hostname = ( '/bin/test -f /etc/hostname' ) > > > What would be a simple and safe test to check whether or not the machine has > already been joined to the domain ? net ads testjoin or net rpc testjoin should do it. Guenther -- Günther Deschner GPG-ID: 8EE11688 Red Hat gdeschner@redhat.com Samba Team gd@samba.org -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |