Displaying 7 results from an estimated 7 matches for "__users".
Did you mean:
__user
2017 Nov 09
2
Postlogin script
...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
2017 Nov 10
1
Postlogin script
...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
&g...
2015 Jan 11
2
Link-dest thinks file is newly created, but it isn't
On Sat Jan 10 2015 at 5:21:33 AM Kevin Korb <kmk at sanitarium.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> What does --itemize-changes say about that file? Try using the stat
> command on the various copies of it to see what is different about them.
>
In my original message, I stated I used --itemize-changes, and I reported
the following:
>
2013 Jan 23
1
DPMA and Sending fake auth rejection for device
Greetings all,
After a long day of fighting with GTalk and having it finally working, I
wanted to setup DPMA on my Digium phone.
So first of all, I had to reinstall it all and reconfigure it all, since
it works only on certified versions, and my installation was not from
the certified branch. It took a long time of recompiling, testing,
adding missing stuff, but I got it straight.
Now, I
2017 Nov 09
0
Postlogin script
...quot;$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
2015 Jan 11
0
Link-dest thinks file is newly created, but it isn't
...don't see why
> stat'ing the file will matter considering that rsync thinks this
> file is new.
>
>> When I run with a command like the following:
>>
>> /usr/bin/rsync -avz /--itemize-changes /--dry-run --no-o --no-g
>> --no-p --exclude-from=/cygdrive/c/__Users/clint/.rsync/exclude
>> --delete --delete-excluded --link-dest=../latest
>> /cygdrive/c/Users/clint /cygdrive/c/Users/nancy
>> rsync at nas::NetBackup/sith/__2015-01-09T11_58_16
>>
>>
>> Rsync comes back and tells me this:
>>
>> <f+++++++++ n...
2013 Jul 09
2
Gluster Self Heal
Hi,
I have a 2-node gluster with 3 TB storage.
1) I believe the "glusterfsd" is responsible for the self healing between the 2 nodes.
2) Due to some network error, the replication stopped for some reason but the application was accessing the data from node1. When I manually try to start "glusterfsd" service, its not starting.
Please advice on how I can maintain