Bug 34558 - ucs_registerLDAPExtension: schema extension is linked and then unlinked
ucs_registerLDAPExtension: schema extension is linked and then unlinked
Status: RESOLVED DUPLICATE of bug 34421
Product: UCS
Classification: Unclassified
Component: General
UCS 3.2
Other Linux
: P5 normal (vote)
: ---
Assigned To: Bugzilla Mailingliste
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-04-15 17:43 CEST by Janek Walkenhorst
Modified: 2014-04-15 18:39 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 Janek Walkenhorst univentionstaff 2014-04-15 17:43:25 CEST
Registering a schema extension with
  ucs_registerLDAPExtension "$@" \
    --udm_syntax /usr/share/univention-radius/networkaccess.py
in a join script does not work when the join script is run from the postinst, because the link in "/usr/lib/pymodules/python2.6/univention/admin/syntax.d/" is created but then removed again.
It does however work when running the join script with u-run-join-scripts.

My suspicion is a race with the "python-support" trigger.
Comment 1 Janek Walkenhorst univentionstaff 2014-04-15 17:52:49 CEST
(In reply to Janek Walkenhorst from comment #0)
> My suspicion is a race with the "python-support" trigger.
Reinstalling the package and thus re-running the "python-support" trigger removes the link even if created by manual join script execution.
Comment 2 Philipp Hahn univentionstaff 2014-04-15 18:39:44 CEST

*** This bug has been marked as a duplicate of bug 34421 ***