-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
To reduce the load on the Linuxmuster server and offload individual services, it would be great if Linbo could run on a separate server. Currently, this isn't possible due to tools that are only available on the Samba AD server. After an initial review, I noticed the following issues in the linuxmuster-linbo7 package:
| dn="$(ldbsearch "$url" "(&(sAMAccountName=$compname$))" | grep ^dn | awk '{ print $2 }')" |
| ldbmodify "$url" $ldbopts "$ldif" |
| unicodepwd="$(ldbsearch "$url" "(&(sAMAccountName=$compname$))" unicodePwd | grep ^unicodePwd:: | awk '{ print $2 }')" |
| suppcredentials="$(ldbsearch "$url" "(&(sAMAccountName=$compname$))" supplementalCredentials | sed -n '/^'supplementalCredentials':/,/^$/ { /^'supplementalCredentials':/ { s/^'supplementalCredentials': *// ; h ; $ !d}; /^ / { H; $ !d}; /^ /! { x; s/\n //g; p; q}; $ { x; s/\n //g; p; q} }' | awk '{ print $2 }')" |
As discussed, it would be ideal to replace these tools with API calls to the Linuxmuster server.
Best regards, Lukas
Edit: One thing I forgot to mention: the dependencies of the Debian package must of course be checked.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels