Univention Bugzilla – Attachment 8145 Details for
Bug 42543
Appbox based docker Apps can't be installed in an AD member mode domain
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dont_configure_ad_member_mode_in_appbox_container.patch
dont_configure_ad_member_mode_in_appbox_container.patch (text/plain), 768 bytes, created by
Arvid Requate
on 2016-10-20 22:28:56 CEST
(
hide
)
Description:
dont_configure_ad_member_mode_in_appbox_container.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2016-10-20 22:28:56 CEST
Size:
768 bytes
patch
obsolete
>Index: univention-join >=================================================================== >--- univention-join (Revision 73053) >+++ univention-join (Arbeitskopie) >@@ -879,10 +879,18 @@ > > set_kerberos_realm "$DCPWD" "$DCACCOUNT" "$DCNAME" "$REALM" > set_windows_domain "$DCPWD" "$DCACCOUNT" "$DCNAME" "$WINDOM" >+ eval "$(univention-config-registry shell)" >+ > touch /var/univention-join/joined > ln -sf /var/univention-join/joined /usr/share/univention-join/.joined > >- check_and_configure_ad_member_mode >+ if [ -n "$docker_container_uuid" ] && [ -z "$system_setup_boot_installer" ]; >+ # We are running an container that is configured as appbox >+ # so don't configure ad member mode >+ : >+ else >+ check_and_configure_ad_member_mode >+ fi > run_join_scripts > > else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 42543
: 8145