{{define "title"}}Explorateur LDAP |{{end}} {{define "body"}}

LDAP-Explorer

Main Menu
{{range .Children}} {{end}}
{{.Identifier}} {{.Name}}
{{if .CanAddChild}}
+user +group +ou +object

{{end}} {{if .Success}}
Modifications have been saved.
{{end}} {{if .Error}}
Impossible to execute the requested change.
{{.Error}}
{{end}}
Attributes
{{range $key, $value := .Props}} {{if $value.Editable}}
{{$value.Name}}
{{if $value.Deletable}}
{{end}}
{{end}} {{end}} {{range $key, $value := .Props}} {{if not $value.Editable}}
{{$key}}
{{range $value.Values}}
{{.}}
{{end}}
{{end}} {{end}}
{{if .HasMembers}}
Members
{{range .Members}}
{{.Name}}
{{end}}
Add to Group :
{{range .PossibleNewMembers}} {{end}}
{{end}} {{if .HasGroups}}
Member of
{{range .Groups}}
{{.Name}}
{{end}}
New group :
{{range .PossibleNewGroups}} {{end}}
{{end}} {{if .CanDelete}}
Delete the Object
Attention, this action is irreversible !
{{end}}
{{end}}