search for: somepass

Displaying 20 results from an estimated 34 matches for "somepass".

2017 Nov 09
2
Postlogin script
...in condition IF use IP addresses as range or with mask (because I've more than one web servers) ? My script: #!/bin/sh if [ "$IP" = "172.11.0.28" ] ; then printf "* [ALERT] Access allowed from that IP\r\n" exec "$@" fi CHECK_USER=`PGPASSWORD="somepass" /usr/local/pg950/bin/psql -q -t -U someuser -d maildb -c "select imap_allowed from __users where name = '$USER' LIMIT 1"` if [ $CHECK_USER == "f" ] ; then exit 0 fi if [ $CHECK_USER == "t" ] ; then exec "$@" fi Regards, Jack
2004 Sep 15
4
IAX to IAX connect question
...ried. Office iax.conf =============== register => 999999:mypass@iax2.fwdnet.net [iaxfwd] type=user context=fromiaxfwd auth=rsa inkeys=freeworlddialup [rsaauth] type=peer host=dynamic auth=rsa outkeys=myast username=rsaauth context=extensions [user01] type=peer user=user01 host=dynamic secret=somepass username=user01 context=localuse outkeys=myast inkeys=myast Office extensions.conf ====================== [officetime] exten => _999999,1,Answer exten => _999999,2,wait(1) exten => _999999,3,Dial(Zap/1,20,tr) exten => _999999,4,Voicemail,u101 exten => _999999,102,Voicemail,b101 exte...
2006 Dec 17
1
Proxy with MasterUser + Authentication issues
...A couple of problems I'm running into running RC15: #1: My Proxy's SQL password_query line: password_query = SELECT a.clearpasswd AS password, v.storeIP AS host, CONCAT(v.userID,'*someuser') AS destuser, 'Y' AS nologin, 'Y' AS nodelay, 'Y' AS proxy, 'somepass' AS pass FROM iwmailsystem.virtmailbox AS v NATURAL JOIN authenticate.users AS a WHERE v.userID = '%u' and v.imap_active = 1 I'm wanting to authenticate the user on the proxy before I send it off via the MasterUser to the destination server. However, I show this in the logs: Inf...
2002 Nov 29
2
Connection to a Remote XP Box
...seq=9 ttl=116 time=269.784 msec --- 64.131.112.121 ping statistics --- 10 packets transmitted, 10 packets received, 0% packet loss round-trip min/avg/max/mdev = 259.711/278.449/337.167/20.947 ms He's connected directly to the gateway. No firewall. mount -t smbfs -o username=somename,password=somepass //s.o.m.e.i.p/F /chris/ 21287: session request to s.o.m.e.i.p. failed (Called name not present) 21287: session request to s failed (Called name not present) 21287: tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid share name) SMB connection failed But t...
2003 Oct 25
1
Voicemail.conf in MySQL is not functioning
...g 'vm-incorrect' Here are my configs In extensions.conf I am using Voicemail2 and VoiceMailMain2 that has support for MySQL exten => 8500,1,VoiceMailMain2 In voicemail.conf I have the MySQL connectivity settings in [general] dbhost=localhost dbname=asterisk dbuser=someuser dbpass=somepass I have commented out the entire [default] section and it's mailboxes. I do have MySQL working with CDR MySQL from asterisk-addons thanks, John Haigh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/...
2013 Oct 16
1
net rpc rights list 'accounts' works, kinda, sorta?
Hello all: On Fedora 13 but tried this with binaries built off of trunk as well: $ sudo bin/net -U Administrator%<somepass> -S <server DNS address> rpc rights list accounts NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS SeNetworkLogonRight NT AUTHORITY\SERVICE SeImpersonatePrivilege SeCreateGlobalPrivilege ... S-1-5-21-4110185449-3833660826-895226858-1184 tdb(__NULL__): tdb_open_ex: called with name == NULL $ ec...
2023 Feb 28
1
add user failed check log
...to burst. Most people won't need to change from the default 64k. Applies to all mountpoints --> <burst-size>65535</burst-size> </limits> <authentication> <!-- Sources log in with username 'source' --> <source-password>somepass</source-password> <!-- Relays log in with username 'relay' --> <relay-password>somepass</relay-password> <!-- Admin logs in with the username given below --> <admin-user>admin</admin-user> <admin-password>somepass</admi...
2017 Nov 10
1
Postlogin script
...rs) ? > > > > My script: > > > > #!/bin/sh > > if [ "$IP" = "172.11.0.28" ] ; then > > printf "* [ALERT] Access allowed from that IP\r\n" > > exec "$@" > > fi > > > > CHECK_USER=`PGPASSWORD="somepass" /usr/local/pg950/bin/psql -q -t -U > > someuser -d maildb -c "select imap_allowed from __users where name = > > '$USER' LIMIT 1"` > > > > if [ $CHECK_USER == "f" ] ; then > > exit 0 > > fi > > > > if [ $CHECK_USER ==...
2008 Mar 04
2
Asterisk and Avaya...
I just connected an Asterisk server to an Avaya Pbx using the instructions at: http://www.voip-info.org/wiki/index.php?page=Asterisk +Avaya Everything seems to be working as I can send and receive calls. The only detail I am having a problem with is that when an extension on the Avaya calls an Asterisk extension, I only get the name part of the CID, not the number. From Asterisk to the Avaya
2016 May 25
2
Regression: The 'net' command is now failing to login (UNKNOWN ENUM VALUE 1003?)
...on the NetApp (I'm using their latest patched 8.2.4P3D1 firmware too however it looks like it fails on older releases of OnTap as well) as per their KB. That worked for now making commands like rpcclient working. However, this now breaks the 'net' command: $ sudo net -d10 -U someuser%somepass -S <netapp hostname> share .... ntlmssp3_handle_neg_flags: Got challenge flags[0x60898205] - possible downgrade detected! missing_flags[0x00000010] - NT_STATUS_RPC_SEC_PKG_ERROR Got NTLMSSP neg_flags=0x00000010 NTLMSSP_NEGOTIATE_SIGN neg_flags[0x60088205] Got NTLMSSP neg_flags=0x60088205...
2023 Feb 28
2
add user failed check log
...> change from the default 64k. Applies to all mountpoints > --> > <burst-size>65535</burst-size> > </limits> > > <authentication> > <!-- Sources log in with username 'source' --> > <source-password>somepass</source-password> > <!-- Relays log in with username 'relay' --> > <relay-password>somepass</relay-password> > > <!-- Admin logs in with the username given below --> > <admin-user>admin</admin-user> > <admin...
2004 Aug 06
3
php script for listener count and www admin interface password
that's right. i can make those fine. i have no problem connecting to the admin interface through a shell, or using the encoder password or anything. that's not the problem. the problem is that when i go to http://server.com:8000/admin?mode=sources in a web browser a dialog box comes up that says +------------------------------------------------------------------+ |
2009 Dec 31
1
data corruption in samba 3.4.3 ?
...rrupt) into xenCenter. If I am using samba-3.3.9 and perform the same operation everything works great. To dump the vm's from Xen I mount a samba share from the domU OS. I use the following xen commands to dump the vm mount -t cifs //172.27.1.100/xenBackups /mnt -o username=sdrinkwater,pass=somepass,dom=ad.pa-ucl.com xe vm-snapshot vm=guest_name new-name-label=backup_vm xe template-param-set is-a-template=false uuid=snapshotUUID xe vm-export vm=snapshotUUID filename=exportfilename.xva xe vm-uninstall uuid=snapshotUUID force=true umount /mnt Has anyone else experienced this ?? My info is as f...
2004 Sep 08
4
WellGate 3504A with Asterisk SIP authentication and config
...tp://www.welltech.com.tw/products_ea01.htm) with asterisk. i've set up two SIP clients in sip.conf as follows: [general] port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ; Address to bind SIP channel to context = default ; Default context for incoming calls [1235] host = dynamic secret = somepass context = default type = friend amaflags = billing accountcode = SIPUSER disallow=all allow=ulaw allow=alaw [1234] host = dynamic secret = somepass context = default type = friend amaflags = billing accountcode = SIPUSER disallow=all allow=ulaw allow=alaw and on the wellgate i've set the foll...
2007 Dec 01
1
APC smartups 1500 is broken with usbhid-ups
...TRING Value: 120 [ups.beeper.status] UPS beeper status Type: STRING Value: enabled [ups.delay.restart] Description unavailable Type: STRING Value: -1 [ups.delay.shutdown] Interval to wait after shutdown with delay command (seconds) Type: STRING Value: -1 After running "upsrw -u someuser -p somepass -s ups.delay.restart=60 ups2 at localhost" the value of "ups.delay.restart" is 180. I tried all the values in APC manual, but the value stored in the variable is never the one i specified. "ups.delay.shutdown" has the same behaviour. Now, the big problem: if i test a...
2009 Oct 07
1
[LLVMdev] Use LoopInfo in a non-pass class such as ProfileInfoLoader?
Hi everyone, I'm adding loop profiling to LLVM built-in profiler. I'm just wondering in a class that's not a pass, such as ProfileInfoLoader, how can I get information produced by passes such as LoopInfo and DominatorTree? In other words, ProfileInfoLoader is not a pass, so it can't call AnalysisUsage::addRequired and AnalysisUsage::getAnalysisUsage directly. Then how can it know
2015 Jan 07
0
imapc only backing up INBOX
...my local machine and with the configuration I have I only seem to get messages from the INBOX folder. Hoping I could get some assistance getting all the gmail folders to download. Here is the imapc config: imapc_host = 64.233.171.108 imapc_user = %u imapc_master_user = master imapc_password = somepass imapc_features = rfc822.size # If you have Dovecot v2.2.8+ you may get a significant performance improvement with fetch-headers: imapc_features = $imapc_features fetch-headers # Read multiple mails in parallel, improves performance mail_prefetch_count = 20 # If the old IMAP server uses INBOX. nam...
2017 Nov 09
0
Postlogin script
...ask (because > I've more than one web servers) ? > > My script: > > #!/bin/sh > if [ "$IP" = "172.11.0.28" ] ; then > printf "* [ALERT] Access allowed from that IP\r\n" > exec "$@" > fi > > CHECK_USER=`PGPASSWORD="somepass" /usr/local/pg950/bin/psql -q -t -U > someuser -d maildb -c "select imap_allowed from __users where name = > '$USER' LIMIT 1"` > > if [ $CHECK_USER == "f" ] ; then > exit 0 > fi > > if [ $CHECK_USER == "t" ] ; then > exec "$...
2019 Dec 31
0
smbclient parallel_read returned NT_STATUS_IO_TIMEOUT
Trying to copy a large file from a Windows 10 box Using smbclient - like so. smbclient -U administrator%somepass //10.1.2.3/temp prompt recurse mget * mget starts, but then fails with the following details. --- parallel_read returned NT_STATUS_IO_TIMEOUT NT_STATUS_CONNECTION_DISCONNECTED opening remote file \abc.txt NT_STATUS_CONNECTION_DISCONNECTED listing \* smb: \> getting file \20191230-153202-def.7z...
2008 Jan 07
1
extension.conf with mysql
Hi, I am trying to connect the outbound dialing with mysql with the following code, exten => 88,1,MYSQL(Connect connid hostname username password dbname) exten => 88,2,GotoIf($["${connid}" = ""]?error,1) exten => 88,3,MYSQL(Query resultid ${connid} SELECT\ phone\ FROM\ <tablename>\ WHERE\ phone =${a}) exten => 88,4,MYSQL(Fetch fetchid ${resultid} ph\ sa)