Displaying 20 results from an estimated 1000 matches similar to: "idmap_rid / roaming profile permissions / NT AUTHORITY\SYSTEM"
2005 Sep 01
0
Re-2: SOLVED - idmap_rid / roaming profile permissions /NTAUTHORITY\SYSTEM
because the same samba fileserver will also have the home directories
for linux users!
According to the smb.conf man pages, the value auto will corretcly apply
case insensitivity for windows users, and case sensitive for the linux
users.
Of course I don't know what will happen if a linux user creates two
files with the same name and different case, and then logs in from a
windows
2005 Jun 10
3
change windows ADS passwords from linux box
I have samba clients authenticating to Windows ADS through winbind.
All works perfectly, but I don't how to enable my linux users to change
their password (on the windows machine) from the linux box.
Although there is a great deal of documentation on the internet, I could
not find anything specifically to this...
A small howto on what smb.conf/pam/nsswitch/xxx parameters are required
to
2007 May 30
4
difficulties in rid mappings in 3.0.25
I use the sernet samba packages on debian sarge and have problems after
upgrading to 3.0.25 with rid mappings.
My rid configuration for 3.0.24 looks like this
idmap backend = rid:ISC=500-100000000
idmap uid = 500-100000000
idmap gid = 500-100000000
after updating to 3.0.25 I get a core dump of winbind (log at the end of
the post) with these settings.
I tried to use the new configuration
2005 Aug 24
6
Wbinfo -Y couldn't work with idmap_rid for BUILTIN groups
Hi,
wbinfo -Y BUILTIN\group can work without idmap_rid in Samba-3.0.14a. But
I'm experiencing wbinfo -Y with idmap_rid failed for SID to GID
conversion of BUILTIN groups.
Since idmap_rid only works in a single domain, and captures workgroup's
domain sid as a real domain sid in rid_idmap_get_domains(), when running
"wbinfo -Y BUILTIN/System Operators", the function
2006 Feb 02
4
Newbie - samba 3 as PDC
Dear The Expert,
I am very new with this, I don't understand why my Windows 2000 Prof PC failed when trying to register as member of domain "LINUX".. but I am able to login by using Windows 9x client , below is my /etc/samba/smb.conf
I need advise.. thanks a lot in advance
[global]
workgroup = LINUX
server string = Samba Server
printcap name = /etc/printcap
load printers = yes
2005 May 20
1
Winbind/ads/pam auth
Hi list
Got an odd "problem" here.
But, ive followed the howtos etc getting pam authentication to work etc
Ive just setup imap, the domain username is "test"
When I run getent passwd im returned with
DEV-DOMAIN+test:x:10012:10023:test test:/home/DEV-DOMAIN/test:/bin/false
When I logon onto the windows 2k3 AD as test, it all logs on, sees the Home
drive on the samba
2005 Aug 23
5
Winbind UID/GID mismatch!!
Hi the list (again)
Got a pretty major issue now
Did the samba link to AD on a couple of redhat es3 servers using samba
3.0.14a
Everything seems ok
Except when I do a getent passwd username
Server 3
getent passwd ross
ross:x:10006:10000:ross:/home/ACADEMIC/ross:/bin/false
Server 2
getent passwd ross
ross:x:10006:10000:ross:/home/ACADEMIC/ross:/bin/false
Server 1
getent passwd ross
2005 Jul 16
2
after upgrade from 3.0.7 -> 3.0.14 extrem slow access from window s 2000
Hello list,
a samba server serves the home directories for about 100 Windows 2000
clients.
We had samba 3.0.7 (on debian woody) installed, and upgraded to 3.0.14a (we
used the sernet packages on debian sarge).
Now access to files from windows 2000 clients is extremely slow, especially
on .exe files. Simply selecting a exe file from windows explorer may freeze
it for 2-10 seconds. Other file
2005 Apr 15
2
last version of samba?
Hi,
I'm interested in the update of the samba version in one of our
servers, but I'm confused:
http://www.samba.org says the last stable version of samba is 3.0.14,
but the link is not working, and in various ftp mirrors, in their
"stable" subdirectory, I see the 3.0.9 versi?n as the last versi?n.
What's happening? Can you help me?
Thanks
--
2005 Dec 21
10
Globalize plugin
Is there any working example on using the Globalize plugin?
It could help alot
Thanks in advance
--
Alexander Antonakakis
email: alexis-+Saq9+MPrF0@public.gmane.org
2006 Jan 05
7
Multilanguage problem, need help
hey,
i use http://mir.aculo.us/articles/2005/10/03/ruby-on-rails-i18n-revisited
then i have nl_BE.rb, de_DE.rb, en_US.rb as translation files.
this works all fine when i have normal characters, but i have one problem
when i have wierd characters like ? ? ? (mostly in french), then i get japanese
charachters on my site
i use utf8 for my database and i set this for each def in my controllers,
2006 Jan 04
4
file_column
I use file_column and it works fine.
I tried to change the store_dir to a the path I want my files to be
stored and not the default.
I stored some images fine. But when I try to reach my images it seems
like file_column uses the model_name/attribute_name on the image and not
the store_dir I used. How can I change this ?
Thanks in advance
--
Alexander Antonakakis
2005 Jan 10
0
Samba 3.x auth. and idmap_rid on RedHat AS 2.1
I try to use idmap_rid with Samba/Winbind authentication for Windows on Active Directory. The authentication works fine but I'm unable to compile the idmap_rid module.
Here is my configuration options:
./configure --prefix=/usr --sysconfdir=/etc/samba \
--localstatedir=/var/samba --with-ldap --with-ads \
--with-smbmount --with-pam --with-pam_smbpass \
--with-winbind
2005 Feb 04
1
Samba RPMs for RedHat/FC and idmap_rid
As discussed previously on this list, Samba RPMs for
Fedora Core do not include idmap_rid support. This is
also true for older RedHat distributions. SuSE on the
other hand, seems to have been patching in idmap_rid
support since 3.0.5 or so; and with trusted domain
support, to boot. Harrumph.
I've been able to rebuild samba srpms on FC2 and
RedHat 8 by patching the samba distributed rpms,
2006 Feb 25
1
Compiling Samba on AIX 5.3 with idmap_rid fails
Hi everyone,
I'm trying to use idmap_rid with Samba 3.0.21c on AIX 5.3. So far, I've
not been successful.
I've followed the method from
http://us5.samba.org/samba/ftp/Binary_Packages/AIX/README to compile Samba,
but added "--with-static-modules=idmap_rid". Also, I used IBM's compiler
and not gcc.
The compilation fails as follows:
[...]
Compiling sam/idmap.c
Compiling
2006 Feb 07
0
samba and idmap_rid panic
Sigh,
Someday i will get samba to work on aix. Now I rebuild samba because I
discovered that you needed to request it to build idmap_rid.so or it
will not make it. After the rebuild I moved over the smb.conf again and
net ads joined again. When I try to start samba, however, it panics
with this information:
smb_register_idmap: Successfully added idmap backend 'tdb'
[2006/02/07
2005 Jan 31
0
How to support idmap_rid on Fedora Core 3?- RESOLVED
Resolved: I was not able to compile then make install and have work so I
ended up using the FC3 packages and adding only the freshly compiled
idmap_rid module.
Thanks for the help.
Brian Hoover
MailLists wrote:
> John, sorry I did not mean to reply directly, I hate MS-Outlook!
>
> John H Terpstra wrote:
>> On Sunday 30 January 2005 09:17, MailLists wrote:
>>> Hello,
2005 Apr 07
1
idmap_rid: could not convert sid to uid
Hello,
I am trying (again) to get samba+winbind working, with the idmap_rid
backend. I am using a freshly installed samba server and client machine,
with samba-3.0.13. Most things seem to work, but when I try to get
the uid's for the samba users, I run into problems.
# net rpc join
Password: ********
Joined domain IUATST4W.
# net rpc testjoin
Join to 'IUATST4W' is OK
#
2006 Jun 07
0
CentOS 4.2 + idmap_rid
Do you know if it is possible to use the idmap_rid feature in Centos and
Winbind/Samba (v. 3.0.10)?
When I try to start it with idmap_rid enabled, I get this in my log...
"
May 30 15:01:22 Cent01 winbindd[2861]: [2006/05/30 15:01:22, 0]
sam/idmap.c:idmap_init(142)
May 30 15:01:22 Cent01 winbindd[2861]: idmap_init: could not load remote
backend 'idmap_rid'
May 30 15:01:22 Cent01
2010 Mar 22
1
IDMAP_RID with Winbind works for groups but not users
Hi,
I've setup samba 3.4.7 to use idmap_rid as per the documentation:
idmap backend = rid:DOMAIN=500-100000000
idmap gid = 500-100000000
imap uid = 500-100000000
It seems to work for groups:
wbinfo --group-info="domain admins"
domain admins:x:100512
PsGetSid v1.43 - Translates SIDs to names and vice versa
Copyright (C) 1999-2006 Mark Russinovich
Sysinternals -