6

I'm trying to use hashcat to validate a hashing algorithm but keeping this error when using authconfig command.

error: authconfig: command not found ubuntu

Am I missing something? I haven't installed ldap but the server is configured as LAMP.

muru
  • 207,228

2 Answers2

0
apt install ldap-auth-config

will generate a user-interactive prompt that will ask for your LDAP server name or IP and port number as well as the CN, OU and DC information.

I can only speak to Bionic Beaver as that's what I currently work with.

Stephen Rauch
  • 1,156
  • 6
  • 15
  • 21
Beth L
  • 1
  • 2
0

authconfig is not packaged with Ubuntu 14.04. You can use SSSD (System Security Services Daemon (SSSD) instead. I found this useful.

Bart C
  • 129