Trying a utility file
This commit is contained in:
parent
80aaa8263b
commit
98f9238eca
1 changed files with 1 additions and 1 deletions
2
admin.go
2
admin.go
|
@ -969,7 +969,7 @@ func handleAdminCreate(w http.ResponseWriter, r *http.Request) {
|
||||||
} else if len(data.IdValue) == 0 {
|
} else if len(data.IdValue) == 0 {
|
||||||
data.Error = "No identifier specified"
|
data.Error = "No identifier specified"
|
||||||
} else {
|
} else {
|
||||||
newUser = NewUser{
|
newUser := NewUser{
|
||||||
DN: data.IdType + "=" + data.IdValue + "," + super_dn,
|
DN: data.IdType + "=" + data.IdValue + "," + super_dn,
|
||||||
}
|
}
|
||||||
// dn := data.IdType + "=" + data.IdValue + "," + super_dn
|
// dn := data.IdType + "=" + data.IdValue + "," + super_dn
|
||||||
|
|
Loading…
Reference in a new issue