2 Commits

Author SHA1 Message Date
Greg Karékinian
57351fef71 Set the LDAP server to localhost in development 2019-11-04 19:58:47 +01:00
Greg Karékinian
00803f346c Add missing data bag for 389 Directory Server 2019-11-04 19:58:24 +01:00
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"id": "389",
"bind_dn": {
"encrypted_data": "PAe/xCFVzL7pwIfoIppewvx6k9rwYWNZKT9ZcZOm9Et0EcV0yrDo\n",
"iv": "rfIdXDbcfzBn98ld\n",
"auth_tag": "2YVDjVV9MCM1Mj8bylm2Ew==\n",
"version": 3,
"cipher": "aes-256-gcm"
},
"password": {
"encrypted_data": "OWt9gh5k+N/Vn1ko6FAcd0GECdozzsSkv44oxBAqVY/obHc=\n",
"iv": "PkFuXiB5y++4qE7k\n",
"auth_tag": "/1QXYOb8rhkX1qTIYVSipg==\n",
"version": 3,
"cipher": "aes-256-gcm"
},
"username": {
"encrypted_data": "ZdwTaB+T8qe2F9vJ5KssZVs/elnTnU1K\n",
"iv": "BoBhvqkz/2aEvFsh\n",
"auth_tag": "fSOwmozRZCI7958VzikMbg==\n",
"version": 3,
"cipher": "aes-256-gcm"
}
}

View File

@@ -13,6 +13,11 @@
"elasticsearch": {
"allocated_memory": "128m"
}
},
"kosmos-dirsrv": {
"nginx": {
"domain": "localhost"
}
}
}
}