Displaying 7 results from an estimated 7 matches for "_group".
Did you mean:
group
2006 Apr 16
5
Newbie Problems with pluralization
Hi,
I have a many to many relationship incorporating the following tables:
taxes --> taxes_tax_groups --> tax_groups
I have a model named tax with the following declaration:
has_and_belongs_to_many :tax_groups
and I have a model named tax_group with the following declaration:
has_and_belongs_to_many :taxes
I am attempting to run the following unit test:
require File.dirname(__FILE__) + &...
2019 Aug 09
3
id mapping on a dc+file server
Thanks for your answer. It is clearer now for me.
> >> It is probably a bit late to change now, but there is only one way to
> >> get the same numeric ID everywhere and that is to use the 'ad' winbind
> >> backend.
So, on the Linux clients?
> > This is why I removed the idmap config entries from the dc3 smb.conf.
> > "On a Samba Active
2019 Aug 09
6
id mapping on a dc+file server
...;$1" ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
echo "Usage : $0 <groupname> <gidNumber>"
exit 1
fi
if [ "$#" -ne 2 ]; then
echo "Usage : $0 <groupname> <gidNumber>"
exit 1
fi
_GROUP="$1"
G_GID="$2"
P_DIR=$(samba -b | grep 'PRIVATE_DIR' | awk '{print $NF}')
SAM="${P_DIR}/sam.ldb"
SUFFIX=$(echo "dc=$(hostname -d)" | sed 's/\./,dc=/g')
# Find groupname : $_GROUP must exist in AD !
_RESULT=$(ldbsearch -H ${SAM} -b &...
2008 Jun 03
9
Build rspec-rails as a gem?
I can''t figure out how to build rspec-rails as a gem when just cloned
from github... there isn''t any .gemspec file or rake task that does
this. Any help?
--
Posted via http://www.ruby-forum.com/.
2005 Jan 30
0
Strange message log from ldapsam_search_one_group()
...with Samba 3.0.9 acting as a PDC with OpenLDAP
2.1.30, libdbd-4.2.52, smbldap-tools 0.8.5, libnss-ldap version 220-1.
Sometimes I get a burst of 20-30 messages with the same timestamp
like these:
[2005/01/30 19:17:43, 0, pid=13107, effective(0, 0), real(0, 0)] passdb/pdb_ldap.c:ldapsam_search_one_group(1982)
ldapsam_search_one_group: Problem during the LDAP search: LDAP error: (No such object)
It seems that samba is looking the group of the user having id=0 and
gid=0, which corresponds to the Unix user root.
In te LDAP DB the user administrator has the following id:
drake:~# id administrator...
2016 Sep 07
2
ACL wrong category user for group and group for user
...isa. du domaine" as default group) create a new file, a getfacl
command on it return :
# file: Fichiers/SA/Nouveau document texte.txt
# owner: ciril
# group: utilisa.\040du\040domaine
user::rwx
user:utilisa.\040du\040domaine:r-x
_user:sa-si:rwx_
group::r-x
group:utilisa.\040du\040domaine:r-x
_group:ciril:rwx_
group:sa-si:rwx
mask::rwx
other::---
( wrong entries underlined )
if the user ciril add *karine* and the group *sa-cp* to this file, the
getfacl command show that :
# file: Fichiers/SA/Nouveau document texte.txt
# owner: ciril
# group: utilisa.\040du\040domaine
user::rwx
user:utilis...
2016 Sep 05
5
ACL wrong category user for group and group for user
Hello,
If I try to set acl under windows, something very strange appears.
For instance, if I set something for the user samuel I get this with the
command getfacl :
default:_*group*_:samuel.ruet:r-x
And if I set something for the group sa-si I get this :
default:_*use*_r:sa-si:r-x
Under windows all seems good...
I recently change idmap config... ( add rid backend )
Here is my smb.conf :