search for: timelimit

Displaying 20 results from an estimated 143 matches for "timelimit".

2004 Apr 22
2
[PATCH] --timelimit and --stopat
Greetings, Upon a suggestion to improve the --timelimit patch, I have also added a --stopat option. You can get the patch from this URL and/or cut/paste it from below. http://www.terry.uga.edu/~jft/rsync-timelimit-stopat.patch.gz Here are the details... --timelimit=T This option allows you to specify the maximum number of minutes r...
2004 Apr 19
3
[PATCH] time limit
...ight (non-busy hours), and then stopping when it is time for people to start using the network, during the day (busy hours). If this patch is accepted it may need some tweaking by the rsync core developers as I am not too familiar with the code base. The url is http://www.terry.uga.edu/~jft/rsync-timelimit.patch.gz And it is posted below as well. Thanks, -John diff -urN rsync-2.6.1pre-2/NEWS rsync-2.6.1pre-2_modified/NEWS --- rsync-2.6.1pre-2/NEWS 2004-04-15 14:23:52.000000000 -0400 +++ rsync-2.6.1pre-2_modified/NEWS 2004-04-19 16:07:57.000000000 -0400 @@ -23,6 +23,9 @@ * Added a couple extr...
2004 Aug 06
1
PROBLEM REPORT (and example): EPIPE errors
...it in a LAN. I have no idea on the reasons of these errors, altough I suspect it's related to the fact that the headers are sent in blocking state and then we change to non-blocking. I will try to put all headers in a refbuf and append it to the client queue. for i in `seq 100` do echo $i timelimit -s 3 wget -q http://mcrg.uib.es:8000/live.ogg & timelimit -s 3 wget -q http://mcrg.uib.es:8000/live.ogg & timelimit -s 3 wget -q http://mcrg.uib.es:8000/live.ogg done <p>(timelimit is a small program in C to limit the execution of the command to 3 wallclock seconds). /****** tim...
2007 Dec 03
2
Problem: Using timelimit (L) and Macro (M) in Dial from AGI
Am using perl AGI to invoke the dial command thus: $AGI->exec('Dial',"$numtodial2|30|L($maxcall:$msgtime)|M(conn^1002)"); What I expected that this will do is: 1. call the number using the string $numtodial2 - works OK 2. Set call limit to $maxcall and play a message $msgtime milliseconds before the call - works OK 3. On connect of the call send it to the macro conn
2013 Jan 14
0
Solaris 11.1 + Samba 3.6.6 + ads + getent group - a bug, perhaps?
...any way, shape or form. My /etc/nsswitch.conf is sane: passwd: files winbind group: files winbind hosts: files dns ipnodes: file When I do try to getent group, I see: [2013/01/14 20:03:36.835081, 1, pid=788] libads/ldap_utils.c:134(ads_do_search_retry_internal) ads reopen failed after error Timelimit exceeded [2013/01/14 20:03:36.835209, 1, pid=788] libads/ldap_utils.c:315(ads_ranged_search_internal) ads_search: Timelimit exceeded [2013/01/14 20:03:36.835261, 0, pid=788] winbindd/winbindd_ads.c:1084(lookup_groupmem) ads_ranged_search failed with: Timelimit exceeded Can't help but thi...
2010 Nov 21
0
LDAP clients fail to connect with SSL enabled
...ldap/cacerts]#cat /etc/ldap.conf # Your LDAP server. Must be resolvable without using LDAP. # Multiple hosts may be specified, each separated by a # space. How long nss_ldap takes to failover depends on # whether your LDAP client library supports configurable # network or connect timeouts (see bind_timelimit). #host 127.0.0.1 # The distinguished name of the search base. base dc=summitnjhome,dc=com # stored in /etc/ldap.secret (mode 600) #rootbinddn cn=manager,dc=example,dc=com # The port. # Optional: default is 389. #port 389 # Search timelimit #timelimit 30 timelimit 120 # Bind/connect timelimit #bind...
2006 Sep 08
3
URL authentication
In my case that's not needed, but yes it would be really nice if all mount options could be retrieved from the database using an authenticated URL. KJ Stefan de Konink wrote: > On Fri, 8 Sep 2006, Klaas Jan Wierenga wrote: > > >> I guess if the <authentication type="url> section could be used as a >> top-level tag (instead of as a sub-tag of
2006 Nov 06
1
Samba with AD
...pw secret # The distinguished name to bind to the server with # if the effective user ID is root. Password is # stored in /etc/ldap.secret (mode 600) rootbinddn (DN of administrator) # The port. # Optional: default is 389. #port 389 # The search scope. #scope sub #scope one #scope base # Search timelimit #timelimit 30 # Bind timelimit #bind_timelimit 30 # Idle timelimit; client will close connections # (nss_ldap only) if the server has not been contacted # for the number of seconds specified below. #idle_timelimit 3600 # Filter to AND with uid=%s #pam_filter objectclass=account # The user ID at...
2013 Feb 20
3
LDAP users/groups not showing up with nis, pam, & ldap
...ything else is commented out): host dir1.ourdomain.com base dc=.ourdomain,dc=com #uri ldaps://dir1.ourdomain.com uri ldap://dir1.ourdomain.com # basic auth config binddn cn=admin,dc=ourdomain,dc=com rootbinddn cn=admin,dc=ourdomain,dc=com # random stuff #timelimit 120 #bind_timelimit 120 #bind_policy hard # brought these times down wmodes Aug 11, 2008 timelimit 30 bind_timelimit 30 bind_policy soft idle_timelimit 3600 nss_initgroups_ignoreusers root,ldap # pam config #pam_password md5 pam_password md5 #...
2014 Jan 19
1
sudo (+ldap+kerberos) not accepting password
...(debug on): [raub at centos5-x64 ~]$ sudo pwd LDAP Config Summary =================== uri ldap://idir1.internal.domain.com/ ldap://idir2.internal.domain.com/ ldap_version 3 sudoers_base ou=SUDOers,dc=domain,dc=com binddn (anonymous) bindpw (anonymous) bind_timelimit 120000 timelimit 120 ssl start_tls tls_cacertdir /etc/openldap/cacerts =================== sudo: ldap_initialize(ld, ldap://idir1.internal.domain.com/ ldap://idir2.internal.domain.com/) sudo: ldap_set_option: debug -> 0 sudo: ldap_set_option: ldap_version -> 3 sudo: l...
2013 Feb 15
1
Problem with User and Group Ownership listing
...ything else is commented out): host dir1.ourdomain.com base dc=.ourdomain,dc=com #uri ldaps://dir1.ourdomain.com uri ldap://dir1.ourdomain.com # basic auth config binddn cn=admin,dc=ourdomain,dc=com rootbinddn cn=admin,dc=ourdomain,dc=com # random stuff #timelimit 120 #bind_timelimit 120 #bind_policy hard # brought these times down wmodes Aug 11, 2008 timelimit 30 bind_timelimit 30 bind_policy soft idle_timelimit 3600 nss_initgroups_ignoreusers root,ldap # pam config #pam_password md5 pam_password md5 #...
2012 Jan 15
3
Samba 4 ldb_wrap open of idmap.ldb
...ample,dc=com # The default search scope. #scope sub #scope one #scope base # Customize certain database lookups. #base group ou=Groups,dc=example,dc=com #base passwd ou=People,dc=example,dc=com #base shadow ou=People,dc=example,dc=com #scope group onelevel #scope hosts sub # Bind/connect timelimit. #bind_timelimit 30 # Search timelimit. #timelimit 30 # Idle timelimit. nslcd will close connections if the # server has not been contacted for the number of seconds. #idle_timelimit 3600 # Use StartTLS without verifying the server certificate. #ssl start_tls #tls_reqcert never # CA certificates fo...
2015 Nov 03
2
S/MIME certificates in Samba 4 LDAP
...messageID: 2 protocolOp: searchRequest (3) searchRequest baseObject: OU=People,OU=Users,OU=LSE,DC=corp,DC=lsexperts,DC=de scope: wholeSubtree (2) derefAliases: neverDerefAliases (0) sizeLimit: 2 timeLimit: 0 typesOnly: False Filter: (mail=martin.sofaru at lsexperts.de) filter: equalityMatch (3) equalityMatch attributeDesc: mail assertionValue: martin.sofaru at lsexperts...
2006 Apr 12
1
Feature request for pop3
Dear List, is it possible to integrate a function for timelimits the pop3-connects? I require this function for an email-masshosting-project. My problem is, the most customers will lookup all 30 seconds or 1 minutes for new mails, that is stupid so I mean. My idea is a function where the customer must wait (for example) 3 minute...
2011 Jun 27
1
LDAP timeout
...an issue where one (of the three configured) LDAP servers dropped an index on an attribute due to a misconfiguration, which caused all/most queries for passdb to take a very long time (several 10s of seconds). The other servers would have been fine, but it seems like Dovecot does either not set a timelimit on the query or uses a very high one. I could not find any place to control that either. Is there any knob to tune the LDAP timeout? Bernhard
2010 Jun 04
2
redundant ldap - client config
Hi all, I have a few ldap servers slaved to a primary via syncrepl, all is well. I've set my clients to auth against a few and there /etc/ldap.conf looks like so; uri ldap://primary.domain.com ldap://secondary.domain.com However when either primary or slaves go down, while the clients can log in, access is very slow, ls of any dir is painful. The /var/log/messages shows several failed
2010 Dec 13
1
Specifying 2 LDAP Server for auth
Hi ! We are planing on deploying an ldap master and replica to serve as our new authentication server for our soon to be RedHat cluster. But, we need to be able to function if the master is down for whatever reason. So, I tried to specify 2 servers in the setup-authentification servername section, separated by a comma, but it doesn't seem to work. So, is it possible to specifying 2 ldap
2007 Mar 29
0
DISCONNECT 41 hangup problem on PRI
Hey everyone, we are using several TE410 cards in a production environment that are connected to several operators PRI's and it works great.. For one of the operators we have seen some strange problems in cdr mismatches however. Our cdr's show phonecalls that are disconnected at a certain timelimit while the operators cdr's show the user has disconnected a lot earlier. I thought asterisk maybe has some strange hangup bug that happens only with this operator for some reason and i began delving into the isdn frames to try and find an explanation: When i do some intense debug logging i see...
2009 Mar 04
0
Can anyone comment on my setup?
...PAM 11.1 Edit ldap.conf in /etc/openldap/ldap.conf <<screen dump>> # # LDAP Defaults # # See ldap.conf(5) for details # This file should be world readable but not world writable. #BASE dc=example, dc=com #URI ldap://ldap.example.com ldap://ldap-master.example.com:666 #SIZELIMIT 12 #TIMELIMIT 15 #DEREF never URI ldap://192.168.1.1:389/ BASE dc=riderman,dc=com TLS_CACERTDIR /etc/openldap/cacerts <<screen dump>> 11.2 /etc/ldap.conf <<screen dump>> # @(#)$Id: ldap.conf,v 1.38 2006/05/15 08:13:31 lukeh Exp $ # # This is the configuration file for the LDAP namese...
2006 Sep 18
2
mp3 stream instead of "icecast-auth-user: 0"
Hello, just wanted to ask if there are any other headers icecast would understad apart icecast-auth-user icecast-auth-message icecast-auth-timelimit ? continuing my previous post "listener redirection to informational mount" i feel a big demand to respond to unsuccsessful authentification attempts by sending back short audio message to the listener in the form like this: <?php header('Content-Type: audio/mpeg');...