mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2026-06-20 06:22:38 +02:00
initial: no secrets
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR=/home/sheppy/slapd_backup/
|
||||
BACKUP_NAME=backup_$(date +%Y%m%d).ldif
|
||||
mkdir -p $DIR
|
||||
|
||||
slapcat > ${DIR}${BACKUP_NAME}
|
||||
chown -R sheppy:sheppy $DIR
|
||||
@@ -0,0 +1,23 @@
|
||||
attributetype ( 1.2.6.1.4.1
|
||||
NAME 'emailVerified'
|
||||
EQUALITY caseIgnoreMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
||||
SINGLE-VALUE )
|
||||
|
||||
attributetype ( 1.2.6.1.4.2
|
||||
NAME 'signalVerified'
|
||||
EQUALITY booleanMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
|
||||
SINGLE-VALUE )
|
||||
|
||||
attributetype ( 1.2.6.1.4.3
|
||||
NAME 'phoneVerified'
|
||||
EQUALITY booleanMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
|
||||
SINGLE-VALUE )
|
||||
|
||||
objectclass ( 1.2.6.1.4.100 NAME 'verification'
|
||||
DESC 'Class for various verification states'
|
||||
SUP top
|
||||
AUXILIARY
|
||||
MAY ( emailVerified $ signalVerified $ phoneVerified ) )
|
||||
Reference in New Issue
Block a user