Bug 28429 - Werte der Sitzungs-Richtlinie werden in UMC nicht korrekt angezeigt
Werte der Sitzungs-Richtlinie werden in UMC nicht korrekt angezeigt
Status: CLOSED FIXED
Product: Z_Univention Corporate Client (UCC)
Classification: Unclassified
Component: UCS Integration
unspecified
Other Linux
: P5 normal
: UCC 1.0
Assigned To: Alexander Kläser
: interim-2
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-09-07 12:47 CEST by Moritz Muehlenhoff
Modified: 2013-03-26 09:14 CET (History)
2 users (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 Moritz Muehlenhoff univentionstaff 2012-09-07 12:47:02 CEST
Die in Bug 28329 umgesetzte Richtlinie "UCC user session" funktioniert soweit; alle in der Richtlinie gesetzten Werte werden in univention-policy-result korrekt ausgewertet (sowohl in der C-, als auch in der Python-Variante).

Der Wert wird allerdings in der UMC nicht angezeigt, die Ursache konnte nach initialem Debugging nicht ermittelt werden und andere UMC-Arbeiten sind gerade dringender, deshalb erstmal einen separaten Bug.
Comment 1 Alexander Kläser univentionstaff 2012-12-18 14:19:19 CET
Die LDAP-Objektklasse war nicht richtig spezifiziert:

--- ucc_user.py.orig    2012-12-12 13:58:06.716001595 +0100
+++ ucc_user.py 2012-12-12 16:24:07.732001588 +0100
@@ -56,7 +56,7 @@
 module='policies/ucc_user'
 operations=['add','edit','remove','search']
 
-policy_oc='univentionCorporateClientUserSession'
+policy_oc='univentionPolicyCorporateClientUser'
 policy_apply_to=["users/user"]
 policy_position_dn_prefix="cn=ucc"
 

Der Patch wurde eingespielt:

 ucc-management-integration (.1-1) unstable; urgency=low
 .
   * fixed LDAP object class for policies/ucc_user; Bug #28429
Comment 2 Moritz Muehlenhoff univentionstaff 2012-12-18 14:43:15 CET
> Der Patch wurde eingespielt:
> 
>  ucc-management-integration (.1-1) unstable; urgency=low
>  .
>    * fixed LDAP object class for policies/ucc_user; Bug #28429

Die Versionsnummer im Changelog ist kaputt, dadurch schlug der Import fehl und die alte Version wurde wieder gebaut. Es muss 1.1.1-10 als Version verwendet werden.
Comment 3 Moritz Muehlenhoff univentionstaff 2012-12-18 15:24:22 CET
(In reply to comment #2)
> > Der Patch wurde eingespielt:
> > 
> >  ucc-management-integration (.1-1) unstable; urgency=low
> >  .
> >    * fixed LDAP object class for policies/ucc_user; Bug #28429
> 
> Die Versionsnummer im Changelog ist kaputt, dadurch schlug der Import fehl und
> die alte Version wurde wieder gebaut. Es muss 1.1.1-10 als Version verwendet
> werden.

Ich muss ohnehin was an dem Paket machen und habe dabei die Versionnummer erhöht und importiert.
Comment 4 Moritz Muehlenhoff univentionstaff 2012-12-18 15:27:23 CET
(In reply to comment #1)
> Die LDAP-Objektklasse war nicht richtig spezifiziert:
> 
> --- ucc_user.py.orig    2012-12-12 13:58:06.716001595 +0100
> +++ ucc_user.py 2012-12-12 16:24:07.732001588 +0100
> @@ -56,7 +56,7 @@
>  module='policies/ucc_user'
>  operations=['add','edit','remove','search']
> 
> -policy_oc='univentionCorporateClientUserSession'
> +policy_oc='univentionPolicyCorporateClientUser'
>  policy_apply_to=["users/user"]
>  policy_position_dn_prefix="cn=ucc"
> 
> 
> Der Patch wurde eingespielt:
> 
>  ucc-management-integration (.1-1) unstable; urgency=low
>  .
>    * fixed LDAP object class for policies/ucc_user; Bug #28429

Die Richtlinien werden jetzt korrekt ausgewertet.
Comment 5 Moritz Muehlenhoff univentionstaff 2013-03-26 09:14:24 CET
UCC 1.0 has been released: 
http://forum.univention.de/viewtopic.php?f=26&t=2417
http://forum.univention.de/viewtopic.php?f=54&t=2418

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