Bug 39451 - Password of Ubuntu Clients not set if Clients present in LDAP
Password of Ubuntu Clients not set if Clients present in LDAP
Status: RESOLVED WONTFIX
Product: UCS extended documentation
Classification: Unclassified
Component: Domain services / LDAP
unspecified
Other Linux
: P5 normal (vote)
: UCS 4.0-x
Assigned To: Docu maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-10-01 20:21 CEST by Kevin Dominik Korte
Modified: 2024-04-17 13:16 CEST (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Dominik Korte univentionstaff 2015-10-01 20:21:03 CEST
The Ubuntu integration in http://docs.software-univention.de/domain-4.0.html#ubuntu:integration has nothing to prevent it from being executed on clients, that already exists in the LDAP, e.g. for DHCP purposes. However, if the scripts are executed on a Client that already exists in the LDAP, the Password isn't updated via the UDM but is changed on the Client.

It would be good, if either the manual would have a warning against Clients already present in the LDAP or better if the manual would set the password again after the create command with something like:

ssh root@${ldap_master} udm computers/ubuntu modify \
    --dn "cn=$(hostname),cn=computers,${ldap_base}" \
    --set password="${password}" \
    --set operatingSystem="$(lsb_release -is)" \
    --set operatingSystemVersion="$(lsb_release -rs)"
Comment 1 Nico Gulden univentionstaff 2024-04-17 13:16:14 CEST
This bug hasn't seen any update for several years. I close it.

If you still see a need for it, you can reopen the bug. Please add an argumentation about why it's important to take care of it.