Displaying 20 results from an estimated 5000 matches similar to: "Fedora Directory Authentication on CentOS 5"
2007 Mar 28
4
nvidia drivers
Does the nvidia drivers (downloaded from nvidia) support or work with the
new centos 5 (beta) ? The version of X windows is different I think.
Jerry
2007 Apr 01
5
Centos really slow as VMware Server guest OS..
Hi.. Does anyone have any ideas how to speed up CentOS when its running
as a guest OS under VMWare server??
It seems to be really slow...
2007 Feb 08
2
problem with asterisk AGI
I have a fairly complicated setup. Extensions (1,2 and 3). In 3 - I
execute AGI in java which plays few wav files depending on external
parameters.
Can I have a dial plan inside my AGI? If not, how do I accomodate user
who needs to reach extension 2 from my agi? I have tried stream file and
get data but the two commands did not work at all.
2007 Feb 26
3
Playback uses channel's language, background doesn't
I have the following in the dialplan:
[macro-systemrecording]
exten => s,1,Goto(${ARG1},1)
exten => dorecord,1,Record(/tmp/${CALLERID(number)}-ivrrecording:wav)
exten => dorecord,n,Wait(1)
exten => dorecord,n,Goto(confmenu,1)
exten => docheck,1,Playback(/tmp/${CALLERID(number)}-ivrrecording)
exten => docheck,n,Wait(1)
exten => docheck,n,Goto(confmenu,1)
exten =>
2007 Apr 04
2
make Zaptel 1.2.16 'struct inode' has no member named 'u'.
On attempting to make Zaptel 1.2.16 on FC5, I get the following messages:
/usr/src/zaptel-1.2.16/xpp/xbus-core.c: In function 'debugfs_open':
/usr/src/zaptel-1.2.16/xpp/xbus-core.c:171: error: 'struct inode' has no member named 'u'
make[3]: *** [/usr/src/zaptel-1.2.16/xpp/xbus-core.o] Error 1
make[2]: *** [/usr/src/zaptel-1.2.16/xpp] Error 2
make[1]: ***
2004 Sep 25
3
Non-PRI T1 configuration
I'm trying to hook up a non-PRI fractional T1 using a T400P port. The
Telco says that it is provisioned as AMI with SF (not ESF) and that they are
signalling by "sending down a straight DS1" (I'm not sure what exactly that
means). They are also sending DNIS over these channels. I currently run it
through a channel bank for my IVR application and it works fine but I am now
2007 Mar 05
2
Kickstart Installation - Is it possible to set a fixed IP for installation?
Hi everyone,
I am trying to set up an automated CentOS installation system. My idea
is to use PXE to boot the kernel/initrd and pass the kickstart options
to the kernel from there.
This works correctly until it boots up Linux. As soon as it does that
it makes a DHCP request and, unsurprisingly, it gets the same one (same
MAC) but it also gets the filename and next-server details. Then
Anaconda
2007 Jun 15
1
Accessing Voicemail(Asterisk) -- Remotely either from Cell or Landline
Hi, I was wondering if we can check the voicemails remotely from a cell or a landline number.
We have SIP 3 Digit Extensions connected to Asterisk server.
If users are away from Desk & need to access voicemails can they dial in to Asterisk PBX & check their messages.
I know one can check through web link & even have mailed. Aslo I have checked regarding DISA, but I am not kind of
2016 Apr 19
5
Ldapsearch against Samba 4
I'm setting up a test domain in order to try out Sudoers LDAP and have
run into a problem that has my puzzled. On our production domain I can
run a query such as:
ldapsearch -LLL -p389 -h DC -u me at ourdomain.com.au -W -X -LLL -b
"dc=ourdomain,dc=com,dc=au" -s sub
However, running an equivalent search on a freshly installed test
domain, using the exact same version of Samba
2015 Oct 15
2
ldapsearch against Samba4 AD questions
Hi all,
I'd like to perform some ldapsearch against my AD domain.
And I'd like to be able to perform these ldapsearch using GSSAPI to avoid
usage of password in scripts.
DC are using default configuration file:
----------------------------------------
# Global parameters
[global]
workgroup = SAMBA.DOMAIN
realm = SAMBA.DOMAIN.TLD
netbios name = M707
server
2016 Jun 17
5
can't connect ldapsearch with samba 4
Hi,
I'm trying to migrate samba 3 NT domain to samba 4 AD, we have migrated
data and it seems correct, but now we need to connect with ldapsearch but
always receive errors like
ldap_bind: Strong(er) authentication required (8)
additional info: BindSimple: Transport encryption required.
command used is
/usr/bin/ldapsearch -H ldap://server -x -LLL -z 0 -D
2018 Mar 27
6
10 minutes between primary group change and effect on Fedora 27
My smb.conf looks like so.
[global]
security = ads
realm = MIND.UNM.EDU
workgroup = MIND
idmap config * : backend = tdb
idmap config * : range = 2000-7999
idmap config MIND:backend = ad
idmap config MIND:schema_mode = rfc2307
idmap config MIND:range = 8000-9999999
idmap config MIND:unix_nss_info = yes
winbind use default domain = yes
restrict anonymous = 2
I have
2016 Jun 08
4
password expire warning for dovecot users in IMAP/POP login
Dear list,
Is it possible to give a notification about password exprire warning to
users authenticated by OpenLDAP when the users login via dovecot using
IMAP or POP? For example, when you ssh to a server and/or run
ldapsearch, you can be warned with password expire warning like below:
# ssh testuser at localhost
testuser at localhost's password:
Your password will expire in 31 minute(s).
2007 Jun 08
11
Bad Echo between SIP calls
Hi,
We have a PRI connection & when its was on test networks we had echo problems withoutside line.
So I bought a TE212P card resolve the echo problem. Which did to an extent. Its using asterisk 1.2.18 & RHEL4-Update 4.
But now when we are live, there is a terrible echo between 2 SIP calls. If I call the same extension from outside the voice is clear.
I am not sure whats
2020 Nov 03
6
Get last uidNumber
Hello,
is there a way to get the last uidNumber from ldap.
I can do a ldapsearch like:
ldapsearch -h samdom.example.com -D "administrator at samdom.example.com"
-w "changeit" -b "DC=samdom,DC=example,DC=com" -x -LLL "(uidNumber=*)"
uidNumber | grep -Po "(?<=uidNumber: )([0-9]{4})" | sort | tail -n1
But there is no guarantee that the last
2016 Apr 19
2
Ldapsearch against Samba 4
Hi Andrew,
I don't understand why 2 systems running the exact same version of Samba
have different behaviour. Is this an option I can disable?
regards,
John
On 19/04/16 11:29, Andrew Bartlett wrote:
> On Tue, 2016-04-19 at 10:29 +1000, John Gardeniers wrote:
>> I'm setting up a test domain in order to try out Sudoers LDAP and
>> have
>> run into a problem that has
2016 Jun 20
1
can't connect ldapsearch with samba 4
Hi,
solved only making this changes :
in /etc/ldap/ldap.conf
add
TLS_CACERT /etc/ldap/ca.pem.crt
sample query with ldaps
# ldapsearch -H ldaps://server -x -LLL -z 0 -D
"CN=user,CN=Users,DC=domain,DC=com" -w "p" -b "CN=Users,DC=domain,DC=com"
Solved!
Thanks
2016-06-19 18:55 GMT+02:00 Trenta sis <trenta.sis at gmail.com>:
> Hi,
>
> First of all
2006 Dec 06
3
Problem with OpenLDAP/Samba/NSS -> ERROR : User xxx in passdb, but getpwnam() fails!
Hi everybody,
I have one SAMBA server (with PDC configuration) which is configure to
use an OpenLDAP server (on the same local server) where users and
computers account are store (I want to have the two Unix/Linux and Samba
account attributes stored to use Name Service Switch and Pluggable
Authentication Module).
My problem is as follow :
If I don't put the following line :
->
2013 Nov 01
1
negative ldap filter on AD
Hi all,
Samba 4.1 as AD/DC
local postfix & dovecot hooked to AD via ldap queries (special user
created in AD for that purpose).
Everything works as expected, but :
I'd like inactive users in AD not to be able to read/send emails
(understandable I think).
User status seems (sorry I'm AD newbie) to be controlled by the
'userAccountControl' field in AD.
Created 2 test users
2019 Aug 23
2
Problem with sync user account from Samba Master to Samba Slave
Hello,
i?ve Samba 4.7 with domain controller with 3 servers, 1 master (samba-ad) and two slaves (samba-slave1) and (samba-slave2). The problem is when create user account from "samba-ad? this account not sync to slave, but i create the account on "samba-slave1" or "samba-slave2? this is sync on all server.
Samba version
[???????.]
root at samba-ad:~# samba -V
Version