發表文章

目前顯示的是 2007的文章

password sync (from AD to others )

圖片
Config AD pwsync 1. install pwsync at windows AD DC 2. Configure.exe –direct 3. change URL to rpcrouter3 use regedit 4. edit web.xml at idm add the following lines 5.add rpcrouter3 mapping at web.xml 6.set up others resources 7.test password sync

SGD install (4.3.1) for radisu auth

SGD (Sun Secure Global Desktop) 1. before install SGD create user & group useradd ttaserv ttasys groupadd ttaserv usermod –g ttaserv ttaserv usermod –g ttaserv ttasys 2. install SGD pkgadd –d tta-4.31-905.sol-x86.pkg 3. setup Trusted users and third party authentication Stop the Secure Global Desktop Web Server: tarantella webserver stop. Use tarantella webserver add_trusted_user username to create the trusted user Run tarantella config edit --login-thirdparty 1 restart the Secure Global Desktop Web Server to activate the new user Use tarantella webserver list_trusted_users to check the user has been created. Check that the trusted user works by visiting http://server/axis/services/rpc/externalauth. When prompted, log in as the trusted user. Change to the /opt/tarantella /webserver/tomcat/version/webapps/sgd/WEB-INF/classes directory. Run the following com...