Bug 22737 - Link zur UMC auf dem Desktop ablegen
Link zur UMC auf dem Desktop ablegen
Status: CLOSED FIXED
Product: UCS@school
Classification: Unclassified
Component: Netlogon scripts
UCS@school for UCS 2.4
Other Linux
: P2 enhancement (vote)
: UCS@school 3.2 R2
Assigned To: Felix Botner
Florian Best
:
Depends on:
Blocks: 34419
  Show dependency treegraph
 
Reported: 2011-06-15 10:31 CEST by Jan Christoph Ebersbach
Modified: 2014-06-12 09:20 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 Jan Christoph Ebersbach univentionstaff 2011-06-15 10:31:46 CEST
In einer Lehrerschulung ist aufgefallen, dass die Eingabe der URL im Webbrowser den Lehrern erhebliche Probleme bereitet hat. Es sollte deshalb beim Logon automatisch ein Link zur UMC auf dem Desktop der Lehrer angelegt werden.
Comment 1 Sönke Schwardt-Krummrich univentionstaff 2012-06-05 15:08:30 CEST
Als Workaround müsste die Verknüpfung auch über den Skel-Mechanismus für alle neuen Benutzer erstellt werden können.
Comment 2 Sönke Schwardt-Krummrich univentionstaff 2014-02-12 14:51:20 CET
We should enhance the existing listener module ucs-school-user-logonscript.py that already creates userspecific VBS logon scripts. 

The simpliest way to check if a user is a teacher seems to be to check the user DN against a regular expression, e.g.
^(.*),cn=(lehrer|lehrer und mitarbeiter),cn=users,ou=[^,]+,(ou=[^,]+)?,LDAPBASE$

The RegExp should be customizable via UCR. The link should work on Win XP up to Win 8.1.
Comment 3 Felix Botner univentionstaff 2014-03-26 15:37:36 CET
The userspecific VBS logon script now creates a link to the UMC (if the user is a teacher).

UCR vars:

ucsschool/userlogon/umclink/link -> destination for the link (default: http://%s.%s/univention-management-consol % (hostname, domainname))

ucsschool/userlogon/umclink/re -> create link if this RE matches (default: cn=lehrer|lehrer und mitarbeiter)


Attention: The default for the UMC link is "http" not "https" at the moment. When https is used, the explorer and firefox complain about the self signed (univention) CA, and the user has to manually accept this certificate. This is probably too much for some users.
What do we want to do?
More security with https or more comfort with http?
Comment 4 Sönke Schwardt-Krummrich univentionstaff 2014-03-28 17:19:32 CET
(In reply to Felix Botner from comment #3)
> Attention: The default for the UMC link is "http" not "https" at the moment.
> When https is used, the explorer and firefox complain about the self signed
> (univention) CA, and the user has to manually accept this certificate. This
> is probably too much for some users.
> What do we want to do?
> More security with https or more comfort with http?

See bug 34419: by default HTTP should be used but the manual urges the admin to roll out the UCS CA and to enable HTTPS via UCR.
Comment 5 Florian Best univentionstaff 2014-05-08 16:55:44 CEST
OK: The UMC-Link is correctly created for teachers and teachers&staff.

REOPEN: Changelog missing
Comment 6 Felix Botner univentionstaff 2014-05-08 17:12:29 CEST
(In reply to Florian Best from comment #5)
> OK: The UMC-Link is correctly created for teachers and teachers&staff.
> 
> REOPEN: Changelog missing

added
Comment 7 Florian Best univentionstaff 2014-05-08 17:17:28 CEST
(In reply to Felix Botner from comment #6)
> (In reply to Florian Best from comment #5)
> > OK: The UMC-Link is correctly created for teachers and teachers&staff.
> > 
> > REOPEN: Changelog missing
> 
> added
OK (fixed a typo).
Comment 8 Sönke Schwardt-Krummrich univentionstaff 2014-06-12 09:19:22 CEST
UCS@school 3.2 R2 has been released:
http://docs.univention.de/release-notes-ucsschool-3.2R2-de.html

If this error occurs again, please use "Clone This Bug".