mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
winsync: Add inetUser objectclass to the passsync sysaccount
https://bugzilla.redhat.com/show_bug.cgi?id=1262315 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
committed by
Petr Vobornik
parent
60dd90cf77
commit
73c82d0073
3
install/updates/73-winsync.update
Normal file
3
install/updates/73-winsync.update
Normal file
@@ -0,0 +1,3 @@
|
||||
# Add a inetUser objectclass to the passsync user
|
||||
dn: uid=passsync,cn=sysaccounts,cn=etc,$SUFFIX
|
||||
addifexist: objectClass: inetUser
|
||||
@@ -51,6 +51,7 @@ app_DATA = \
|
||||
62-ranges.update \
|
||||
71-idviews.update \
|
||||
72-domainlevels.update \
|
||||
73-winsync.update \
|
||||
90-post_upgrade_plugins.update \
|
||||
$(NULL)
|
||||
|
||||
|
||||
@@ -567,7 +567,7 @@ class ReplicationManager(object):
|
||||
print("Adding Windows PassSync system account")
|
||||
entry = conn.make_entry(
|
||||
pass_dn,
|
||||
objectclass=["account", "simplesecurityobject"],
|
||||
objectclass=["account", "simplesecurityobject", "inetUser"],
|
||||
uid=["passsync"],
|
||||
userPassword=[password],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user