Displaying 13 results from an estimated 13 matches for "dom_name".
2004 Jun 04
0
Couldn't verify trusting domain account. Error was NT_STATUS_OK (Samba 3.0.4)
Attempting to create an interdomain trust, issuing the command:
net -d 5 rpc trustdom establish DOM_NAME
[2004/06/04 14:21:03, 0] utils/net_rpc.c:rpc_trustdom_establish(2991)
Couldn't verify trusting domain account. Error was NT_STATUS_OK
[2004/06/04 14:21:03, 2] utils/net.c:main(792)
return code = -1
smbclient //PDC01/ipc$ -U "DOM_NAME\$" returns:
Password:
Domain=[DOM_NAME] OS=[U...
2006 Jul 14
1
Samba 3.0.23 winbind use default domain = yes behaviour
Hello list,
I encountered a problem in Samba 3.0.23 regarding the winbind use default
domain = yes behaviour.
It only works for the users an NOT anymore for the Group. So this make
getent group to show NETBIOSDOMAINNAME/group which course mail squid
configuration to fail. My squid configuration allowed access based on the AD
groups, which are provided by Winbindd.
Tested distribution:
SuSE
2011 Jun 13
1
Out of memory error while calling smbc_getxattr().
Hi,
I'm using samba 3.2.6 and getting the following error whille calling? smbc_getxattr().
cli_lsa_lookup_sids_noalloc(): out of memory
Here is the relavent code snippet of the function cli_lsa_lookup_sids_noalloc()...
if (dom_idx != 0xffffffff) {
??????????????????????? dom_name = ref_domains->domains[dom_idx].name.string;
??????????????????????? name = lsa_names.names[i].name.string;
??????????????????????? if (name) {
??????????????????????????????? (names)[i] = talloc_strdup(mem_ctx, name);
??????????????????????????????? if ((names)[i] == NULL) {
??????????????????...
2004 Aug 04
2
mkdir imap with user@domain.com
I have a bit a problem.
In a virtual domain enviroment i use
for login "user at domain.com" and the password.
in the mysql authentication it works beautiful
with %d and %u placeholder.
Now when is whould like ad a folder via imap
i get an error
imap(user at domain.com):
mkdir(/var/mail/domain.com/user at domain.com/.test)
failed: No such file or directory
It should be
2011 Dec 21
1
Winbind authentication and wbinfo -i user no longer work after uprading to 3.6.1
...rns
'failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND Could not get info for user user'. Changing
the verbosity of the logs, I find 'winbindd/winbindd_dual.c:1306 (fork_domain_child) fork_domain_child
called without domain.'. The previous wbint_Sid2Uid struct printout shows that dom_name is NULL,
but has the correct domain SID. I believe the problem may exist around there. I did upgrade the
'idmap backend = hash' to the new format 'idmap config * : backend = hash' as specifed in the man
page without any luck. Name to SID and SID to name works along with user-domgrou...
2015 May 18
1
Getent group don't work
...: *
name : ''
result : NT_STATUS_OK
[2015/05/15 12:28:38.568904, 1]
../librpc/ndr/ndr.c:284(ndr_print_function_debug)
wbint_Sid2Gid: struct wbint_Sid2Gid
in: struct wbint_Sid2Gid
dom_name : NULL
sid : *
sid :
S-1-5-21-678467049-2606551726-923385481-1113
[2015/05/15 12:28:38.575264, 1]
../librpc/ndr/ndr.c:284(ndr_print_function_debug)
wbint_Sid2Gid: struct wbint_Sid2Gid
out: st...
2011 Jan 11
0
[PATCH, v2]: xl: move domain struct init functions to libxl
...mkb = 8 * 1024;
+ }
+}
+
+void libxl_init_dm_info(libxl_device_model_info *dm_info,
+ libxl_domain_create_info *c_info, libxl_domain_build_info *b_info)
+{
+ memset(dm_info, ''\0'', sizeof(*dm_info));
+
+ libxl_uuid_generate(&dm_info->uuid);
+
+ dm_info->dom_name = strdup(c_info->name);
+ dm_info->device_model = strdup("qemu-dm");
+ dm_info->target_ram = libxl__sizekb_to_mb(b_info->target_memkb);
+ dm_info->videoram = libxl__sizekb_to_mb(b_info->video_memkb);
+ dm_info->apic = b_info->u.hvm.apic;
+ dm_info-&g...
2015 May 18
0
Getent Group dont'work
...result : NT_STATUS_OK
> />/ [2015/05/15 12:28:38.568904, 1]
> />/ ../librpc/ndr/ndr.c:284(ndr_print_function_debug)
> />/ wbint_Sid2Gid: struct wbint_Sid2Gid
> />/ in: struct wbint_Sid2Gid
> />/ dom_name : NULL
> />/ sid : *
> />/ sid :
> />/ S-1-5-21-678467049-2606551726-923385481-1113
> />/ [2015/05/15 12:28:38.575264, 1]
> />/ ../librpc/ndr/ndr.c:284(ndr_print_function_...
2010 Aug 18
16
[PATCH 00 of 16] libxl: autogenerate type definitions and destructor functions
The series introduces auto-generation of the type definitions used in
the libxl interface followed by auto-generation of a destructor
function for each type. In the future it may be possible to use the
related data structures for other purposes, for example auto-generation
of the functions to marshal between C and language binding data types.
tools/_libxl_types.h should be identical both before
2010 Aug 12
0
[PATCH, v2]: xl: Implement per-API-call garbage-collection lifetime
...lexarray_set(dm_args, num++, "qemu-dm");
flexarray_set(dm_args, num++, "-d");
- flexarray_set(dm_args, num++, libxl_sprintf(ctx, "%d", info->domid));
+ flexarray_set(dm_args, num++, libxl_sprintf(gc, "%d", info->domid));
if (info->dom_name) {
flexarray_set(dm_args, num++, "-domain-name");
@@ -992,18 +1063,18 @@ static char ** libxl_build_device_model_
if (info->vnclisten && strchr(info->vnclisten, '':'') == NULL) {
flexarray_set(
dm_ar...
2009 Nov 18
6
[PATCH 1/3] libxenlight: Clean up logging arrangements
* Introduce new variants of the logging functions which include
errno values (converted using strerror) in the messages passed to the
application''s logging callback.
* Use the new errno-including logging functions everywhere where
appropriate. In general, xc_... functions return errno values or 0;
xs_... functions return 0 or -1 (or some such) setting errno.
* When
2012 Jul 25
0
Active Directory on OpenIndiana: cannot set group permission
...: *
name : 'testers'
result : NT_STATUS_OK
[2012/07/25 14:06:55.476205, 1] ../librpc/ndr/ndr.c:284(ndr_print_function_debug)
wbint_Sid2Gid: struct wbint_Sid2Gid
in: struct wbint_Sid2Gid
dom_name : NULL
sid : *
sid : S-1-5-21-714375242-3402532539-2503969851-1135
[2012/07/25 14:06:55.487968, 1] ../librpc/ndr/ndr.c:284(ndr_print_function_debug)
wbint_Sid2Gid: struct wbint_Sid2Gid
out: s...
2003 Jul 09
3
Samba/LDAP XP Authentication Weirdness
Samba 2.2.8a, RH7.3
I have successfully connected machines running XP to the samba controlled
domain.
There are 3 XP machines, each with only one user designated as a power user
(ie domain\username power user). Each can log into any of the three
machines without a problem.
Now I am trying to log a different person into any of these machines and I
get the message "System Could Not Log