Question about passcache

Is there a quick way to:

1) delete all cached passwords on the array in 1 command?

2) add a cached password for an organizational unit so that each new user I add to the OU can use that password to connect to the app server? Otherwise, appears we have to manually add a new cached password for each app server each time we add a new user? I'm sure there's a faster way...

Have looked through tarantella passcache --help but haven't found a faster way

Thanks

[491 byte] By [cbarbera] at [2007-11-26 20:31:52]
# 1

> Is there a quick way to:

>

> 1) delete all cached passwords on the array in 1

> command?

You probably want the "passcache delete --resource" command, see syntax below

http://docs.sun.com/source/819-6255/tta_passcache_delete.html

> 2) add a cached password for an organizational unit

> so that each new user I add to the OU can use that

> password to connect to the app server? Otherwise,

> appears we have to manually add a new cached password

> for each app server each time we add a new user? I'm

> sure there's a faster way...

Not @ the OU level I'm afraid. You would do it for all users logging into a host.

http://docs.sun.com/source/819-6255/tta_passcache_new.html

>

> Have looked through tarantella passcache --help but

> haven't found a faster way

>

> Thanks

carmelomttaa at 2007-7-10 1:21:48 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 2
Thanks
cbarbera at 2007-7-10 1:21:48 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 3

1. You can make a script to retrieve information from passcache list and delete all the mentioned entries.

2. You can create a new expect script to insert a fixed username and password. Then copy the application object and change the expect script for this new object.

If needed I can give more information on both answers.

- Remold @ Everett.nl

remolda at 2007-7-10 1:21:48 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 4
thanks - that seems to make sense - will give it a try
cbarbera at 2007-7-10 1:21:48 > top of Java-index,Desktop,Sun Secure Global Desktop Software...