Problem with LDAP addresbook

,

NethServer Version: 7.5
Module: LDAP

Hi all,
if I open my public LDAP addressbook I see some old address .net, but this domain doesn’t exist because it’s changed to .it… how can I modify their address?
In NS the address it’s correct.

Thanks.

I solved using LDAP commands https://www.linux.com/learn/managing-ldap-command-line-linux.

  • Open shell
  • ldapmodify -h localhost -x -W -D “uid=admin,ou=People,dc=directory,dc=nh”
  • enter admin password
  • digit dn: uid=username,ou=People,dc=directory,dc=nh and press Enter
  • digit changetype: modify and press Enter
  • digit replace: mail and press Enter
  • digit mail: address@domain.ext and press Enter
  • press CTRL+D to confirm modify

Bye.

1 Like