
June 16th, 2003, 06:42 AM
|
|
Junior Member
|
|
Join Date: Jun 2003
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
/etc/sso.conf
Hi ,
I want to configure a unix system to synchronize passwd with Windows system. I just use the Single Sign On Daemon (SSOD) but i have to use the following variable to indicate to Unix system the name of the host which it has to accept conexion from ( in the /etc/sso.conf file).
SYNC_HOSTS=(host,[port],[key]),(host,[port],[key])
# If either port or key is omitted, it uses ENCRYPT_KEY and
# PORT_NUMBER (see above) resp.
My problem is that the maximum number of characters that i can use into a unix variable is 255, but i need to put a log number of host, so i need to extend this number.
Is there any body that has done this?
Can anybody tell me any possible solution?
Thanks and kind regards.
|