Displaying 8 results from an estimated 8 matches for "passwordhere".
2006 Jul 05
8
loginGenerator - getting logged in username
i am working on a site taht uses loginGenerator..
it''s a great little package, but i am running into one little problem..
i would like to have something that says:
"logged in as <username>" in the site, but i am not quite getting it..
what i am using is:
<p>You are logged in as: <%= @session[:user] %>
but i have tried:
<p>You are logged in as:
2018 Mar 28
1
Dovecot quota
...{
mail_max_userip_connections = 20
mail_plugins = acl mail_log notify quota quota_clone trash virtual
welcome zlib quota acl imap_acl imap_quota imap_sieve imap_zlib
last_login virtual fts fts_lucene
}
dovecot-dict-sql.conf.ext
connect = host=SocketLocation dbname=DBName user=UserName password=PasswordHere
map {
pattern = priv/quota/storage
table = quota2
username_field = username
value_field = bytes
}
map {
pattern = priv/quota/messages
table = quota2
username_field = username
value_field = messages
}
map {
pattern = shared/shared-boxes/user/$to/$from
table = user_shares
val...
2010 Nov 02
0
Camera MJPEG to Icecast
...9;t you use directly the icecast output option of vlc?
It would most likely look like this:
vlc -vvv rtsp://CAMERA-IP-ADDRESS:554/mpeg4/media.amp --no-drop-late-frames --no-sout-audio --sout "#transcode{vcodec=theo,acodec=vorb,ab=1,channels=1}:duplicate{dst=std{access=shout,mux=ogg,dst=source:PASSWORDHERE at localhost:8000/stream.ogg}}
DISCLAIMER: I only tried this 'sout' line part briefly, YMMV.
If your CPU maxes out you might want to add some 'scale=0.5' to the #transcode options. Experiment with the value varying it from 1 to 0.1 to find a suitable value.
Cheers
Thomas
2007 Feb 26
0
dovecot and ldap
...ollowing error
srv:/root# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND
UNSELECT LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS AUTH=PLAIN]
Dovecot ready.
1 login b.tapratzis passwordhere
1 NO Authentication failed.
tail -f /var/log/dovecot.info
dovecot: Feb 26 18:14:21 Info: auth(default): client in: AUTH 1
PLAIN service=IMAP secured lip=127.0.0.1 rip=127.0.0.1
resp=AGIudGFwcmF0emlzADM2Yi50YXByIw==
dovecot: Feb 26 18:14:21 Info: auth(default):
ldap(b.tapratzisb.tapratzi...
2010 May 16
2
Problems with Asterisk and two Linksys SPA941
Hi
I have a big problems on my Asterisk systems :
I have one Asterisk Server with static IP (no nat) and
6 Linksys SPA941.
All SPA are after a router with NAT:
* SPA-1 and SPA-2 are on the same network,
we have a pat 5060 => SPA-1 and 5061=> SPA-2 on the internet router
* SPA-3,
we have a pat 5062 => SPA-3
* SPA-4,
we have a pat 5063 =>
2006 Jan 31
2
Multiple 2003 Servers
...ind separator=+
winbind cache time=10
workgroup=MASTERMIND
realm=deadmind.local
security=ads
winbind uid=10000-20000
winbind gid=10000-20000
winbind use default domain=yes
client ntlmv2 auth=yes
[root@server] ~ #
This is how I join etc:
[root@server] ~ # net ads join -w MASTERMIND -U Administrator%passwordhere
[2006/01/31 07:54:50, 0] libads/ldap.c:ads_add_machine_acct(1368)
ads_add_machine_acct: Host account for server already exists - modifying
old account
Using short domain name -- MASTERMIND
Joined 'SERVER' to realm 'DEADMIND.LOCAL'
[root@server] ~ #
I then run winbindd and nmbd, a...
2018 Mar 07
0
last login tracking
...|
| last_login_proto | varchar(5) | YES | | NULL |
|
+------------------+----------------------+------+-----+---------+----------------+
12 rows in set (0.00 sec)
#cat last-login.conf
connect = host=/tmp/mysql.sock dbname=DBNameHere user=UserNameHere
password=PasswordHere
# Last Login
map {
pattern = shared/last-login/$user
table = virtual_users
value_field = lastlogin
value_type = uint
fields {
user = $user
}
}
Mar 7 11:41:00 Servername dovecot: dict(16033): Error: dict client:
Unconfigured dictionary name 'lastlogin'
Mar 7 11:41:00 Ser...
2010 Nov 02
5
Camera MJPEG to Icecast
Dear Thomas
I Really Appreciate your enlightment
Thomas B. Ruecker wrote:
> let's stop RIGHT HERE!
> Isn't it obvious?
> Something is wrong with your pipeline here. There is NOTHING coming through.
> Which brings us back to the previous point.
> First make sure ffmpeg2theora has all the right options set, then verify
> that it produces an valid ogg file/stream and only