aboutsummaryrefslogtreecommitdiffstats
path: root/admin-howtos.org
blob: 47e919bc850a0a0a52c41f65ea3b5689bdd280ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#+TITLE: Notes on performing administrative tasks
#+AUTHOR: Those involved with the administration

* Investigate the user database

  Log in on imap-server

  : $ ssh-add
  : $ ssh imap.fripost.org

  Dump the LDAP configuration (offline)

  : $ slapcat -n0

  Dump our LDAP database (offline)

  : $ slapcat -b "o=mailHosting,dc=fripost,dc=org"

  Dump our LDAP database (online)

  : $ ldapsearch -xWD "<bind_dn>" -b ou=virtual,o=mailHosting,dc=fripost,dc=org
  
  ldapsearch will prompt for a password, which can be found (alongside with your "<bind_dn>") in ~/.fripost.yml


* FAQ about fripost tools