[SOLVED] where is LDAP database located

SPINNER IT

Active Member
Dec 3, 2019
23
9
43
25
Good day everbody,

I use Proxmox Mail Gateway 6.4-4.
Under "Configuration / User Management" I created a LDAP query to my domain to get existing email-accounts.
My question is: where is this LDAP-result located?
I've searched path und db-files on the server but didn't find any file with that content.
In /etc/aliases.db is no matching content.

Thank you in advance.

Regards, Stefan
 
I've searched path und db-files on the server but didn't find any file with that content.
In /etc/aliases.db is no matching content.
the LDAP entries are synced hourly - the result is in cached db-files in /var/lib/pmg ('users', 'dnames', 'groups', 'mails', 'accounts', 'memberof')

usually you should not touch these files manually though

I hope this helps!
 
the LDAP entries are synced hourly - the result is in cached db-files in /var/lib/pmg ('users', 'dnames', 'groups', 'mails', 'accounts', 'memberof')

usually you should not touch these files manually though

I hope this helps!
Excellent, thank you Stoiko, this helps!
Solved.

Best regards,
Stefan
 
  • Like
Reactions: Stoiko Ivanov