FreeIPA
FreeIPA Projectidentity4 credentials
Directory Manager Password
freeipa / directory-manager-password
FreeIPA LDAP administration uses Directory Manager credentials for some installation and certificate-management operations. FreeIPA docs show DM_PASSWORD used with ipa-cacert-manage when installing CA certificates.
Location
FreeIPA install answer files, administrative scripts, and deployment manifests
DM_PASSWORD, IPA_DM_PASSWORDpassword vaults, Ansible Vault, Kubernetes Secrets, and cloud secret managers
committed install playbooks, scripts, and test configs
installation logs, certificate-management command output, and shell history
LDAP/LDAPS, FreeIPA admin toolsNotes
Directory Manager is a highly privileged LDAP administrative identity. Keep its password separate from ordinary IPA user passwords.
IPA Admin/User Password
freeipa / admin-user-password
FreeIPA manages users and administrators through Kerberos and LDAP-backed identity data. The initial admin user password is created during server installation and then used for IPA web UI, CLI, and Kerberos login.
Location
FreeIPA LDAP/389 Directory Server and Kerberos database storing identity and credential verifier state
FreeIPA web UI, Kerberos, LDAP/LDAPSIPA_ADMIN_PASSWORD, ADMIN_PASSWORDAnsible Vault, password vaults, and provisioning secrets
installation playbooks, tests, and committed variables
ipa-server-install logs, kinit traces, and shell history
Notes
The username admin is conventional for the first administrative account, but the password is installation-specific.
Kerberos Keytab
freeipa / keytab
FreeIPA issues Kerberos principals and keytabs for services and hosts. Keytab files act as reusable credentials for non-interactive authentication to IPA-managed services.
Looks like
pattern-----BEGIN .*KEYTAB.*-----Location
/etc/krb5.keytab, *.keytabhost and service keytab files
configuration management vaults, Kubernetes Secrets, and service keytab stores
accidentally committed keytabs and deployment bundles
host backups, VM images, and container images containing keytabs
kinit, ipa-getkeytab, and service startup troubleshooting output
Notes
A keytab can authenticate as the corresponding Kerberos principal until the principal keys are rotated.
Certificate / PKCS#12 Password
freeipa / certificate-private-key-password
FreeIPA certificate replacement workflows can use PKCS#12 bundles protected by passwords, including http_pin and dirsrv_pin values for HTTP and LDAP service certificates.
Location
certificate deployment scripts and IPA certificate install commands
PKCS#12 bundles, NSS databases, HSM/KMS stores, and vault entries
committed certificate automation and Ansible variables
certificate bundles and host backups
certutil, ipa-server-certinstall, and shell command history output
Notes
These passwords protect private keys for FreeIPA HTTP and directory services and should be rotated if exposed.
Scope
Authorized use
LOLCreds helps map the credential surface of real products: known defaults, generated values, credential locations, and exposure patterns.