You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.7.5
- Don't use CLDAP when discovering an IPv6 address
- Place IPv6 addresses properly into our temp krb5.conf
- Limit number of discovered servers correctly
- Stop discovery when an LDAP search fails
0.7.4
- Correctly handle truncating long host names [#69016]
- Try to contact all available addresses for discovery [#68110]
- Correct pointer type to ldap_set_option when setting SSF_MIN [#69038]
0.6
- Support joining via IP address [#63907]
- Add a --one-time-password to join command
- Add option to print out the machine password after a join
- Fine tune the --os-name and --os-version arguments [#54489]
- Add --user-principal argument for joining domains [#62755]
- Other tweaks and docs
0.4
- Use a private krb5.conf file, so that we can use specific domain server.
- Rework how computer account is located and created
- Don't follow referalls when searching LDAP server
- Build fixes
0.3
- Don't use DNS to lookup the host name for enrollment
- Don't try to update userAccountControl for precreated accounts
- Allow use of host names without any dot
- Build fixes