search for: d_fprintf

Displaying 5 results from an estimated 5 matches for "d_fprintf".

Did you mean: _fprintf
2011 Sep 09
3
Can't add users to well known groups...
I created the well known group Domain Admins pointing to a local group, but I am not able to add users to the group -- it claims I can only add users to local or global groups... But I only see local, domain ,well-known, builtin. There are no global groups unless one would include all groups that are not local (i.e. domain, well-known, and builtin).... So why doesn't it want to let me add
2008 Mar 11
2
$ char in password
...============================ int main(int argc, const char **argv) { ...... while((opt = poptGetNextOpt(pc)) != -1) { switch (opt) { ...... case 'U': opt_user_specified = True; d_fprintf(stderr, "%s(): opt_user_name is %s\n", __FUNCTION__, opt_user_name); //xq opt_user_name = SMB_STRDUP(opt_user_name); p = strchr(opt_user_name,'%'); if (p) { *p = 0;...
2007 Feb 12
3
Autogenerating of operatingSystem and operatingSystemVersion attributes in AD
...************************************************/ @@ -1352,6 +1407,14 @@ DEBUG(1,("Error creating host keytab!\n")); } + /* create the operatingSystem and operatingSystemVersion values */ + + status = net_set_machine_opsystem( ctx, ads ); + if ( !ADS_ERR_OK(status) ) { + d_fprintf(stderr,"Cannot set operatingSystem or operatingSystemVersion\n"); + d_fprintf(stderr,"values, but you cat set it manually\n"); + } + d_printf("Joined '%s' to realm '%s'\n", global_myname(), ads->config.realm); SAFE_FREE(m...
2006 Aug 10
6
3.0.20 -> 3.0.23 SID/group error?? Won't connect.
Gerry, all: HELP! On mandriva, I compiled samba from source and got it running, but I cannot connect from windows. (see my post from earlier "[Samba] Compiling and Configuring Samba for Mandrival") I think this relates to the group/SID changes discussed in the release notes. However, I'm not smart enough to figure it out. The tarball compiled and installed fine. It
2006 Jul 13
2
Kerberos Keytab Code Update in 3.0.23
First thing - I'd like to say a big "THANK YOU" to the developers. I just upgraded to samba-3.0.23 and I've noticed an alarming issue with respect to my configuration. I've been using the built-in keytab management and it looks like the updated code no longer creates the userPrincipal in Active Directory. Whether this is an issue for others or not, it would be nice to have