Page 1 of 1

[SOLVED] Registering a Linux machine

Published: April 15, 2020 - 4:29 PM
by jc35
Hello everyone,
how can I register a Linux machine without it asking for a password?
I tried `wapt-get -m`, but it didn't give me any information about it.
The `host_organizational_unit_dn="` field in `wapt-get.ini` isn't being used either.

Re: Registering a Linux machine

Published: April 15, 2020 - 5:50 PM
by sfonteneau
For registration

Code: Select all

wapt-get register --wapt-server-user=admin --wapt-server-passwd=password
host_organizational_unit_dn will be fixed in the next version ;)

Re: Registering a Linux machine

Published: April 16, 2020 - 8:48 AM
by jc35
Thank you so much.

Re: Registering a Linux machine

Published: April 16, 2020 - 5:09 PM
by florentR2
sfonteneau wrote: Apr 15, 2020 - 5:50 PM For registration

Code: Select all

wapt-get register --wapt-server-user=admin --wapt-server-passwd=password
host_organizational_unit_dn will be fixed in the next version ;)
Would this work on Windows?
I can't find an option so that during agent installation it doesn't perform the "register" operation and then pass it as a parameter as you indicated.

Re: Registering a Linux machine

Published: April 16, 2020 - 5:11 PM
by sfonteneau
Yes, absolutely, it works under Windows too.

Kerberos authentication isn't working for you?

Re: Registering a Linux machine

Published: April 16, 2020 - 5:14 PM
by florentR2
sfonteneau wrote: Apr 16, 2020 - 5:11 PM Yes, absolutely, it works under Windows too.

Kerberos authentication doesn't work for you?
We're working on it (see another thread) but since we don't have control over our DC while waiting for the modifications, we wanted to test it this way.

Re: Registering a Linux machine

Published: April 16, 2020 - 5:20 PM
by sfonteneau
For your information, Kerberos authentication will also be possible for Linux and Mac workstations