Displaying 20 results from an estimated 3000 matches similar to: "Manual UID & GID mapping with Active Directory"
2006 Feb 09
4
idmap backend, LDAP & Windows AD
Dear all,
Since couple of weeks, I'm trying to configure Samba to get UID & GID
from Windows 2003 AD. I read samba documentation & how to, but it still
not working.
Here are the tasks I've perform:
- I installed SFU on my Windows 2003 Server
- I configure /etc/samba/smb.conf:
# Global parameters
[global]
workgroup = TOTO
netbios name = VENUS
encrypt
2006 Jan 12
9
winbind without localuser account
Paul Matthews wrote:
> hi there,
>
> i'm trying to get my winbind working without having a local account
> on the machine, but it's just not working for me
>
> can someone show me an example of a pam module that requires only a
> Active directory password.(i'm working with /etc/pam.d/dovecot)
>
> i can use my AD password as long as i have a local
2006 Oct 10
1
smdb crash with parameter "force user" using Windows AD user (DOMAIN+user1)
Dear all,
I'm having problem with samba 3.0.23c. The smbd process will crash when
I have the following definition for a specific share:
[user1]
comment = User1 Home Directory
path = /u/management/user1
valid users = domain+user1,sher+user2
force user = domain+user1
force group = sher+management
read only = no
create mask = 0660
2006 Jan 13
1
Winbind idmap_rid - no members in "domain users" .....
On my ADS member server it doesn't show any members of GUESTSHIRE\domain
users:x:5513: using getent group
Is this normal behavior? If not any ideas how do I fix it?
Out of curiosity I shutdown winbind and samba, deleted all *.tdb files (
except secrets) and restarted them. Same thing happens. There are no users
in there... But if I check in AD users and computers my users are all
members
2007 Jul 19
2
How Can I Get involved in Speex Fixed-Point Development?
Hi,
My name is Jean Quirion and I am a DSP engineer. Currently I am
working on a project where it is desired to implement a VoIP solution
over a GSM GPRS link. I would like to use Speex as the vocoder for
this application. This application would require the Speex
encoder/decoder and possibly the pre-processor to run on a low power
fixed-point DSP such as a TI C55x.
Thus, I am interested in
2007 Jul 20
1
Porting Speex on C5509A and CELP Algorithm Documentation
Jim,
Thank you very much for your suggestions. I managed to get the C55x code
working on the simulator. I would like to port Speex both on a C5502 EVM and
a C5509A EVM. As such, if you can provide me with the details of your port
on the C5509A, it would be greatly appreciated.
Furthermore, I am looking for some technical documentation on the CELP
algorithms. I would like to better
2006 May 24
2
winbind + consistent uid & gid
I am trying to get out Linux boxes to authenticate against our AD domain.
We have that part working just fine using Kerberos and winbind. The problem
is when we use NFS on multiple machines. As you could guess, the UIDs and
GIDs are not consistent across all of the machines. From what I have been
reading on the internet, this seems to be common problem, but all the
solutions that I have found
2006 Jan 12
9
windows print migrator + "add printer command"
Hi all.
I was wondering if anyone had a successful exampel of using the "add
printer command" with cups so that the windows print migrator could be
utilised. Seeing as Jerry as spent time on this it would be a shame not to
know how to use it. ;-)
I'm guessing that it would be along the lines of:
add printer command = lpadmin option1 option2 && cupsaddsmb option1
but
2011 Aug 19
2
AGC on a phone conversation
I have a recorded conversation from an analog trunk. As usual one side
is stronger that the other one.
In my case, the gap between signal levels are even bigger.
How does speex AGC preprocessor will perform on this type of audio
recording?
Maybe I am wrong and AGC is not really what I need to equalize the two
persons in my phone conversation?
As I Understand, AGC will perform better if each
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
2011 Aug 29
3
Speex VAD always returning 1
From 1.2rc1 source code:
preprocess.c:
/* FIXME: This VAD is a kludge */
st->speech_prob = Pframe;
if (st->vad_enabled)
{
if (st->speech_prob > st->speech_prob_start || (st->was_speech &&
st->speech_prob > st->speech_prob_continue))
{
st->was_speech=1;
return 1;
} else
{
st->was_speech=0;
return 0;
}
} else {
return 1;
}
AND
case
2012 Apr 09
3
UID/GID mapping consistency across at least two Linux machines
I have two SAMBA machines
they both successfully joined to the same Active Directory (actually SAMBA
4)
I have copied the user files from *server 1* to *server 2*
/owner id/ and /group id/s are preserved.
on server 1, when is do: *id user1*
I get *2001*
but on server 2
the same user has different id.
This is actual for groups as well i.e different id's.
*smb.conf*s are identical
--
2007 Apr 04
3
Ajax.Updater -- returning failure from a php script
If I give Ajax.Updater a first arg like{ success: ''replies'', failure:
''errors''}, how do I return an error from a php script so the message
goes in ''errors'' rather than ''replies''?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on
2019 Nov 03
2
suddenly change: idmap uid + gid
On Sun, 2019-11-03 at 20:57 +0000, Rowland penny wrote:
>
> > G'Day Rowland,
> >
> > Are you really sure that is the case?
> >
> > The "winbind use default domain" code, which I authored, certainly
> > isn't intended to do that. It changes the formatting at the nss
> > interface to strip the domain\ prefix, allowing local logins
2005 Feb 04
5
Changing a user's primary GID
I'm using samba version 3.0.10 on an Intel PC running Redhat Linux 3.0
AS. I am using winbind with the idmap_rid module to authenticate users
to Windows AD. All the current Linux user account names are exactly the
same as the corresponding Windows AD SAM acct names. Everything works
beautifully EXCEPT for the GIDs generated from the from the AD Groups
that the Windows accounts belong to.
2019 Nov 03
2
suddenly change: idmap uid + gid
On Sun, 2019-11-03 at 21:29 +0000, Rowland penny wrote:
> On 03/11/2019 21:11, Andrew Bartlett wrote:
> > On Sun, 2019-11-03 at 20:57 +0000, Rowland penny wrote:
> > > > G'Day Rowland,
> > > >
> > > > Are you really sure that is the case?
> > > >
> > > > The "winbind use default domain" code, which I authored,
2014 Jul 29
2
winbind rid changing user's UID and GID numbers - Samba 3.6
Greetings,
For a number of samba iterations I've been using Samba with winbind to
keep AD users's UNIX UIDs and GIDs the same across several systems. I
don't run the Active Directory set-up and those that do are NOT going to
make any alterations to make my life easier. So i have always used
idmap_rid to keep consistent UID/GID numbers across all my UNIX machines.
This has
2015 Jun 02
2
GlusterFS 3.7 - slow/poor performances
hi Geoffrey,
Since you are saying it happens on all types of volumes,
lets do the following:
1) Create a dist-repl volume
2) Set the options etc you need.
3) enable gluster volume profile using "gluster volume profile <volname>
start"
4) run the work load
5) give output of "gluster volume profile <volname> info"
Repeat the steps above on new and old
2007 Aug 13
1
UID and GID mappings
With a smb.conf like the following where does samba store the UID to GID
mappings? Is there a way to view this? Also can't I use a method that
converts SIDs to UIDs and GIDs on a consistent basis?
Thanks
Mark
#======================= Global Settings
=====================================
[global]
workgroup = XXX
server string = Samba Server
security = ads
encrypt passwords
2010 Jan 18
2
Samba/Winbind uid/gid
Hi,
I actually have to install another samba server connected to Active
directory by using winbind.
All works ok, but i have a little problem.
In fact if i use getent |grep user on server1, the output is the following:
server1:~# getent |grep user
user:*:20083:20040:USER:/home/user:/bin/bash
server1:~#
on the second one server which use the same AD and the same
configuration file exept for