does tcl have a standard way of doing NSS lookups (getpwnam, setpwent,...)
|
feedback
|
|
Tcl doesn't expose those as APIs (it doesn't really use them internally either) but the TclX extension package does support exactly what you want I believe. For example:
If you're using ActiveTcl, you've definitely got the TclX package available (either already installed or available from the teapot repository). | ||||
|
feedback
|