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:
Tomas Babej
2015-09-16 17:13:42 +02:00
committed by Petr Vobornik
parent 60dd90cf77
commit 73c82d0073
3 changed files with 5 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
# Add a inetUser objectclass to the passsync user
dn: uid=passsync,cn=sysaccounts,cn=etc,$SUFFIX
addifexist: objectClass: inetUser
+1
View File
@@ -51,6 +51,7 @@ app_DATA = \
62-ranges.update \
71-idviews.update \
72-domainlevels.update \
73-winsync.update \
90-post_upgrade_plugins.update \
$(NULL)