search for: enumdata

Displaying 2 results from an estimated 2 matches for "enumdata".

Did you mean: numdata
2013 Mar 07
0
Windows printer driver issues
...s Debian systems and get the same result: Squeeze/Samba 3.5.6 Squeeze/Samba 3.6.8 Wheezy/Samba 4.0.3 (On DCs in each case if that makes any difference) A fix would be to downgrade samba to 3.3 - says it works here in bug report, but I'd like ot get to the bottom of this. I can post contents of enumdata if that would help? thanks in advance, Jim Potter # Global parameters [global] workgroup = TESTTHING realm = testthing.lan netbios name = GENGHIS server role = active directory domain controller ## idmap_ldb:use rfc2307 = yes idmap config * : back...
2005 Dec 19
0
new(er) SEC driver.
...led by this */ char *cmd; /* Command to send to get/set variable */ int field; /* Which returned field variable corresponsd to */ int size; /* string length/integer max/enum count */ int flags; /* Flags for addinfo() */ }; /* * List of possible enumerations */ struct sec_enumdata_t { int type; /* corresponding variable */ int index; /* offset from first enum */ const char *value; /* enumerated value */ }; /* a type for the supported variables */ #define SEC_QUERYLIST_LEN 17 #define SEC_MAXFIELDS 16 struct sec_querylist_t { char *command; /* sec command...