Displaying 8 results from an estimated 8 matches for "dom_admin".
2003 Dec 15
1
Group Mapping problems
I'm trying to map my LDAP groups to Windows Groups, but I'm not having
any luck. Here is a group I'm trying to map:
dn: cn=dom_admin,ou=Groups,dc=wdselab
objectClass: sambaGroupMapping
objectClass: posixGroup
gidNumber: 1000
cn: dom_admin
memberUid: dom_admin
description: Domain Admininistrators Group
sambaSID: S-1-5-21-835892245-73647866-3919785651-512
sambaGroupType: 2
but when I do a net groupmap command, I get this error ov...
2003 Sep 12
0
SAMBA3 PDC Domain Admins
...accounts: root, sscmjk(my login), and ssc13 (a machine account). I can
add the machine to the domain using the root account, however I was
unable to add it using my account. I also am unable to use my account
in any other domain admin fashion.
I have the following setup:
in /etc/group ... dom_admins:x:200:sscmjk,root
using net groupmap list I see ... Domain Admins
(S-1-5-21-1201715603-3291376550-2865086597-512) -> dom_admins
So what am I missing?
Thanks in advance,
~Matt
-------------------------------------
Matt Kirk
Computer Support & Distance Learning Developement
3230 Willam...
2005 Mar 29
0
3.0.13 winxp pro printers offline and don't come online, but you can print to them (shorter version - no log level 10)
...false %u
logon script = logon.bat
logon path = \\%L\profiles\%U
logon drive = h:
logon home = \\%L\%U\.profile
domain logons = Yes
os level = 255
preferred master = Yes
domain master = Yes
wins support = Yes
message command = bash -c 'cat %s | logger -t %f' &
printer admin = @dom_admin
read only = No
force create mode = 0660
directory mask = 02770
force directory mode = 02000
map acl inherit = Yes
min print space = 2048
cups options = "raw"
veto files = lost+found/proc/dev
veto oplock files = /*.mdb/*.MDB/*.dbf/*.DBF
dos filetimes = Yes
dos filetime resolutio...
2003 Dec 17
2
Still having groupmap problems
...two separate subnets that are comprising a
single domain, and one of the samba servers is also the LDAP server.
I've gotten everything configured except that I can't use the groupmap
command. When I run:
net groupmap add sid=<SID>-512 ntgroup="Domain Admins"
unixgroup=dom_admin type=domain
I get this error over and over again (and increasing the log level via
smbcontrol doesn't seem to provide any more information):
ldapsam_search_one_group: Problem during the LDAP search: LDAP error:
invalid DN (Invalid DN syntax)
I also see this message every so often in the sy...
2003 Dec 18
1
[Fwd: Still having groupmap problems]
...s on two separate subnets that are comprising a
single domain, and one of the samba servers is also the LDAP server.
I've gotten everything configured except that I can't use the groupmap
command. When I run:
net groupmap add sid=<SID>-512 ntgroup="Domain Admins"
unixgroup=dom_admin type=domain
I get this error over and over again (and increasing the log level via
smbcontrol doesn't seem to provide any more information):
ldapsam_search_one_group: Problem during the LDAP search: LDAP error:
invalid DN (Invalid DN syntax)
I also see this message every so often in the sysl...
2004 Jun 11
2
Samba 3.0.3 on FC2: windows machine cannot join domain
...-g "%g" "%u"
delete user script = /usr/local/sbin/smbldap-userdel "%u"
delete group script = /usr/local/sbin/smbldap-groupdel "%g"
[netlogon]
comment = Network Logon Service
path = /usr/local/samba/lib/netlogon
read only = yes
write list = dom_admins
[Homes]
username = tfugere
writeable = Yes
force create mode = 0770
force directory mode = 02770
browseable = No
--- End smb.conf ---
5. Made my smbldap*.conf:
--- Start smbldap.conf ---
UID_START="1000"
GID_START="1000"
SID="S-1-5-21-2625200706-20488...
2004 Sep 23
1
Re: Samba 3.0.3 on FC2: windows machine cannot join domain
...-g "%g" "%u"
delete user script = /usr/local/sbin/smbldap-userdel "%u"
delete group script = /usr/local/sbin/smbldap-groupdel "%g"
[netlogon]
comment = Network Logon Service
path = /usr/local/samba/lib/netlogon
read only = yes
write list = dom_admins
[Homes]
username = tfugere
writeable = Yes
force create mode = 0770
force directory mode = 02770
browseable = No
--- End smb.conf ---
5. Made my smbldap*.conf:
--- Start smbldap.conf ---
UID_START="1000"
GID_START="1000"
SID="S-1-5-21-2625200706-20488...
2006 May 29
1
what samba file do I need to change when manually changing gid in /etc/group file?
I have a need to renumber some of my /etc/group numbers from below 100
to a value that is above 500. (e.g 88 -> 535, 91 -> 632, etc etc, about
9 changes in total)
If I had to do this in an earlier version of samba then I think the
correct files I would have to keep in sync would be /etc/group and
/etc/samba/smbpasswd, simply changing the gid from the value below 100
to it's new value