Hi all, I'm trying to specify SMF properties for the CIFS client. The code I'm starting with implements an /etc/nsmb.conf file, with stacked sections and key-value pairs, e.g.
[default] workgroup=SALES timeout=5 # One specific server [FSERVER] addr=fserv.ex.com timeout=20 # One specific server/user/share tuple [SSERV:*:POKY] addr=sserv.ex.com timeout=30 In my design so far, I think I need to encode the section and property names together in the property name, and I'd like to create something I can parse well, so non-alphanumeric characters are at a premium. (At least I found underscore! :-) Thanks, Rob T