search for: domain_group

Displaying 10 results from an estimated 10 matches for "domain_group".

2017 Nov 04
2
ntfs user mappings?
...ames ${DOMAIN_USER}" ${DOMAIN}) if [ "${RPCLOOKUPID:0:7}" != "ERROR: " ] && [ "${RPCLOOKUPID:0:7}" != "Failed " ];then SID=$(echo ${RPCLOOKUPID}|awk '{print $2}') echo ${DOMAIN_USER}::${SID} >> /etc/ntfs-3g.usermap fi done for DOMAIN_GROUP in $(wbinfo -g);do RPCLOOKUPID=$(rpcclient -P -c "lookupnames ${DOMAIN_GROUP}" ${DOMAIN}) if [ "${RPCLOOKUPID:0:7}" != "ERROR: " ] && [ "${RPCLOOKUPID:0:7}" != "Failed " ];then SID=$(echo ${RPCLOOKUPID}|awk '{print $2}') echo :...
2017 Nov 05
3
ntfs user mappings?
...ID:0:7}" != "ERROR: " ] && > > [ "${RPCLOOKUPID:0:7}" != "Failed " ];then > > SID=$(echo ${RPCLOOKUPID}|awk '{print $2}') > > echo ${DOMAIN_USER}::${SID} >> /etc/ntfs-3g.usermap > > fi > > done > > for DOMAIN_GROUP in $(wbinfo -g);do > > RPCLOOKUPID=$(rpcclient -P -c "lookupnames ${DOMAIN_GROUP}" > > ${DOMAIN}) if [ "${RPCLOOKUPID:0:7}" != "ERROR: " ] && > > [ "${RPCLOOKUPID:0:7}" != "Failed " ];then > > SID=$(echo ${RPCLOOKU...
2006 Jun 07
2
See if authenticated user is in group XYZ
I have winbindd running. I run wbinfo -a userXYZ%pass and it succeeds Now I want to know if userXYZ is in group "monkeys", but I dont want to have to have to map anything. Is this possible? Is there a way to just say "give me the windows group names that userXYZ is in?" or "is userXYZ in windows group name 'monkeys'?" Thanks! - Jeremiah
2017 Nov 05
0
ntfs user mappings?
...) > if [ "${RPCLOOKUPID:0:7}" != "ERROR: " ] && [ "${RPCLOOKUPID:0:7}" != > "Failed " ];then > SID=$(echo ${RPCLOOKUPID}|awk '{print $2}') > echo ${DOMAIN_USER}::${SID} >> /etc/ntfs-3g.usermap > fi > done > for DOMAIN_GROUP in $(wbinfo -g);do > RPCLOOKUPID=$(rpcclient -P -c "lookupnames ${DOMAIN_GROUP}" ${DOMAIN}) > if [ "${RPCLOOKUPID:0:7}" != "ERROR: " ] && [ "${RPCLOOKUPID:0:7}" != > "Failed " ];then > SID=$(echo ${RPCLOOKUPID}|awk '{prin...
2017 Nov 05
0
ntfs user mappings?
...RROR: " ] && >> > [ "${RPCLOOKUPID:0:7}" != "Failed " ];then >> > SID=$(echo ${RPCLOOKUPID}|awk '{print $2}') >> > echo ${DOMAIN_USER}::${SID} >> /etc/ntfs-3g.usermap >> > fi >> > done >> > for DOMAIN_GROUP in $(wbinfo -g);do >> > RPCLOOKUPID=$(rpcclient -P -c "lookupnames ${DOMAIN_GROUP}" >> > ${DOMAIN}) if [ "${RPCLOOKUPID:0:7}" != "ERROR: " ] && >> > [ "${RPCLOOKUPID:0:7}" != "Failed " ];then >> > SID=$...
2017 Nov 03
2
ntfs user mappings?
That looks easier I was working on ldap to convert but I'll try ldb-tools I was off on a bash mission here is what I had so far it isn't correct so I'll keep working on it #!/bin/bash if [ "$(echo $1|wc -c)" = "41" ];then hex=$(echo $1|base64 -d| od -x -w28 --endian=big|head -n1|sed 's/^0000000 //'|sed 's/ //g') echo ${hex} hex_chunk=$(echo
2004 Oct 14
3
Samba 3.0.7 / AD Domain Group Resolving
...ve Samba 3.0.7 running on SLES8 systems with AD integration. We?re using the SerNet RPM?s (ftp.sernet.de) Everything works fine so far, we just have a problem with resolving domain groups. wbinfo -g works fine, the domain groups are correctly resolved. But when inserting a "valid users = @AD_DOMAIN_GROUP" statement in the smb.conf we get the following error: smbd/service.c:make_connection_snum(314) user 'DOMAIN\User.Name' (from session setup) not permitted to access this share (sharename) Inserting the user with his normal accountname does work (e.g. valid users = DOMAIN\User.Name)...
2005 Sep 08
0
First 8 bytes of the value of keys in group_mapping.tdb
..._mapping.tdb file by hand. What I'd like to do is to manually perform something like this: echo -e "open group_mapping.tdb\ninsert my_key my_value\nq" | tdbtool In this attempt, I expect to add a new group map entry in the tdb file. The key I'm using is the same as samba uses: domain_group/SID. I'm having trouble with the value of the {key,value} pair. When I issue a dump of a functional group_mapping.tdb file, I notice that the values of keys are the samba group names with an 8-byte prefix. I need to know what those 8 bytes mean, so that later when I do a "net groupmap lis...
2012 Mar 24
0
winbindd not providing supplementary groups with server 2003 AD
...N_administrator AD-DOMAIN_cert publishers:x:10011 AD-DOMAIN_domain admins:x:10012:AD-DOMAIN_atan,AD-DOMAIN_job_acc,AD-DOMAIN_administrator AD-DOMAIN_domain users:x:10013:AD-DOMAIN_marti,AD-DOMAIN_interbase,AD-DOMAIN_iii,AD-DOMAIN_plll,AD-DOMAIN_lid,AD-DOMAIN_ita AD-DOMAIN_domain guests:x:10014 AD-DOMAIN_group policy creator owners:x:10015:AD-DOMAIN_job_acc,AD-DOMAIN_marti,AD-DOMAIN_administrator AD-DOMAIN_ras and ias servers:x:10016 AD-DOMAIN_dnsadmins:x:10017 AD-DOMAIN_dnsupdateproxy:x:10018 AD-DOMAIN_management:x:10019:AD-DOMAIN_iva,AD-DOMAIN_marti AD-DOMAIN_manufacture:x:10020:AD-DOMAIN_poli,AD-DOMA...
2007 Nov 22
3
Solaris 9 Winbind "ls -l" hangs - group mapping
OS Solaris 5.9 (9) Generic_122300-13 (clean build) nscd daemon has been disabled and is not running No NIS or NISPLUS Samba Version 3.0.26a Complied using the following options --with-acl-support -with-winbind -with-pam smbd, nmbd & winbind daemons are all started [global] workgroup = MTCB2 security = domain log level = 3 log file =