diff options
author | David Boreham <dboreham@redhat.com> | 2005-05-12 03:18:24 +0000 |
---|---|---|
committer | David Boreham <dboreham@redhat.com> | 2005-05-12 03:18:24 +0000 |
commit | e57cfacec154d8f473291db43c0d429ca519d400 (patch) | |
tree | 89a09cde061ef63a35818f3626d594afd2887fb9 | |
parent | 94c15f5b528d8889a540d21513d847b1b36e5046 (diff) | |
download | ds-e57cfacec154d8f473291db43c0d429ca519d400.tar.gz ds-e57cfacec154d8f473291db43c0d429ca519d400.tar.xz ds-e57cfacec154d8f473291db43c0d429ca519d400.zip |
Update packaging for ntds
-rw-r--r-- | ldap/servers/ntds/wrapper/usersync.conf | 9 | ||||
-rw-r--r-- | ldap/servers/ntds/wrapper/wix/ntds.wxs | 8 |
2 files changed, 11 insertions, 6 deletions
diff --git a/ldap/servers/ntds/wrapper/usersync.conf b/ldap/servers/ntds/wrapper/usersync.conf index 015a20e2..0a77bf9c 100644 --- a/ldap/servers/ntds/wrapper/usersync.conf +++ b/ldap/servers/ntds/wrapper/usersync.conf @@ -37,8 +37,13 @@ # All rights reserved. # END COPYRIGHT BLOCK # -server.net.ldap.port=1024 -server.net.ldaps.port=1025 + +#server.net.ldap.port=389 +#server.net.ldaps.port=636 +#server.net.admin.password=changeit +#javax.net.ssl.keyStore=c:\\Path\\To\\Fedora Directory Synchronization\\conf\\keystore +#javax.net.ssl.keyStorePassword=changeit +#server.net.ldaps.enable=true server.db.partition.suffix.usersync=dc=example,dc=com # do not modify beyond this point diff --git a/ldap/servers/ntds/wrapper/wix/ntds.wxs b/ldap/servers/ntds/wrapper/wix/ntds.wxs index 6f3e4bf0..f6938cc6 100644 --- a/ldap/servers/ntds/wrapper/wix/ntds.wxs +++ b/ldap/servers/ntds/wrapper/wix/ntds.wxs @@ -53,7 +53,7 @@ <Directory Id='INSTALLDIR' Name='UserSync' LongName='Fedora Directory Synchronization'> <Directory Id='bin' Name='bin'> -<Component Id='bin'> +<Component Id='bin' Guid='2354cddf-a2e1-4c80-836b-0ed9302d8a2a'> <File Id='apachejar' Name='apache~1.jar' LongName='apacheds-main.jar' DiskId='1' src='bin\apacheds-main.jar' Vital='yes' /> <File Id='install' Name='instal~1.bat' LongName='installuseresync.bat' DiskId='1' src='bin\installusersync.bat' Vital='yes' /> <File Id='jnetmanjar' Name='jnetman.jar' DiskId='1' src='bin\jnetman.jar' Vital='yes' /> @@ -65,14 +65,14 @@ </Directory> <Directory Id='conf' Name='conf'> -<Component Id='conf'> +<Component Id='conf' Guid='c3de9b1d-d818-4998-aa61-b494f96068be'> <File Id='usersyncconf' Name='usersy~1.con' LongName='usersync.conf' DiskId='1' src='conf\usersync.conf' Vital='yes' /> <File Id='wrapperconf' Name='wrappe~1.con' LongName='wrapper.conf' DiskId='1' src='conf\wrapper.conf' Vital='yes' /> </Component> </Directory> <Directory Id='lib' Name='lib'> -<Component Id='lib'> +<Component Id='lib' Guid='abad968e-3799-419f-9ffb-ce5387c563cd'> <File Id='netmandll' Name='jnetman.dll' DiskId='1' src='lib\jnetman.dll' Vital='yes' /> <File Id='wrapperlib' Name='wrapper.dll' DiskId='1' src='lib\wrapper.dll' Vital='yes' /> <File Id='wrapperjar' Name='wrapper.jar' DiskId='1' src='lib\wrapper.jar' Vital='yes' /> @@ -81,7 +81,7 @@ <Directory Id='logs' Name='logs'> -<Component Id='logs' SharedDllRefCount='no' KeyPath='no' NeverOverwrite='no' Permanent='no' Transitive='no' +<Component Id='logs' SharedDllRefCount='no' KeyPath='no' NeverOverwrite='no' Permanent='no' Transitive='no' Guid='2ee0e998-e326-4310-888e-a0470d266112' Win64='no' Location='either'> <CreateFolder/> </Component> |