Added UserAttribute crd to control user attributes (#9)
This commit is contained in:
9
yaml/user_attribute.yaml
Normal file
9
yaml/user_attribute.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: lldap.huizinga.dev/v1
|
||||
kind: UserAttribute
|
||||
metadata:
|
||||
name: test-attribute
|
||||
spec:
|
||||
type: String
|
||||
list: true
|
||||
userVisible: true
|
||||
userEditable: true
|
||||
Reference in New Issue
Block a user