Displaying 11 results from an estimated 11 matches for "mypw".
Did you mean:
mypc
2007 Jan 22
4
Postamble vs campingrc
Hi,
Should I be able to use the Webrick postamble instead of using
.campingrc, to tell Camping I want to use mysql? It doesn''t seem to
be working for me. It does work however, when I''m using FastCGI
(establish_connection :adapter => ''mysql'').
James
2015 Oct 16
1
samba-tool using domain users
!!! Regards
For example, I tried the following command:
samba-tool user create jhon p at assword -U mike
Then, the user is created without authenticate the user mike
Another command that I need execute with authentication is "samba-tool fsmo transfer".
That's all the point of an AD domain : )
If any user could make change into AD database, the product would not be
too much secure.
2023 Aug 08
1
Subscribing to events on AMI login
I'm looking at an old app I wrote that upon AMI login would subscribe to
events as follows:
Action: Login
ActionID: myid
Username: myun
Secret: mypw
Events: call, system, security
I noticed this old code isn't working, and I *think* that the events
parameter of login has been deprecated; I don't see it referenced in:
https://wiki.asterisk.org/wiki/display/AST/Asterisk+20+ManagerAction_Login
I'm using Asterisk 20, so Is the...
2007 Feb 06
1
SAMBA in separate Domains/Forests ...
...u, getent passwd).
( If TEST.DOM and DEMO.DOM are in the same Forest - and therefore get a
Two-Way Transitive Trust - Samba would see all users from TEST & DEMO
Same if TEST.DOM and DEMO.DOM are in separate Forests and a Two-Way
Explicit Trust is set up. )
net ads user -w DEMO -U user1%mypw
net ads user -w TEST -U user1%mypw
both will list the users from the respective Domain, therefore it looks
like it should be possible to get winbind lookup the users if given the
proper credential - the question is how ...
The simplest solution would be to establish a two-way Trust between the
Wi...
2009 Oct 25
1
linux 2 linux transfer very slow
SVR
Debian sid V. 3.4.2-1
CLI
Debian lenny
=====================
Hi list,
Sometimes ago I noticed a samba slowing down but as I don't use it
very much it was not a PB (NO conf changes.)
Today I made this test on CLI:
mount -t cifs //svr/myshare /mnt/ -o username=myuser,password=mypw,ro
then:
cp /mnt/films/20090911_0025_footage.avi . (this one's 2GB)
The speed (measured w/ iptraf) is terribly slow (~750KB/s), so I made
another test: ftp using filezilla: ~7500KB/s (!)
There's nothing special in my conf file, and I've got a line as doc say:
socket options = TCP_NO...
2023 Aug 08
1
Subscribing to events on AMI login
On Tue, Aug 8, 2023 at 12:44 PM TTT <lists at telium.io> wrote:
> I'm looking at an old app I wrote that upon AMI login would subscribe to
> events as follows:
>
>
>
> Action: Login
>
> ActionID: myid
>
> Username: myun
>
> Secret: mypw
>
> Events: call, system, security
>
>
>
> I noticed this old code isn't working, and I *think* that the events
> parameter of login has been deprecated; I don't see it referenced in:
>
> https://wiki.asterisk.org/wiki/display/AST/Asterisk+20+ManagerAction_Login
&...
2003 Oct 30
0
SIP error: Asked to transmit frame type 64
...In both sip.conf and iax.conf on both servers I have (with slight
variations):
disallow=all
allow=gsm
allow=ilbc
allow=ulaw
We dial "98616" here:
exten => _9XXXX,1,Playback(transfer)
exten => _9XXXX,2,Ringing
exten => _9XXXX,3,Wait(1)
exten => _9XXXX,4,Dial(IAX2/myserv:mypw@remote-regist-server/${EXTEN:1})
exten => _9XXXX,5,Congestion
exten => _9XXXX,105,Playback(tt-monkeysintro)
exten => _9XXXX,106,Hangup
my chan_sip.c:
static int sip_write(struct ast_channel *ast, struct ast_frame *frame)
{
struct sip_pvt *p = ast->pvt->pvt;
int res = 0;
if (fra...
2023 Aug 08
1
Subscribing to events on AMI login
...Subscribing to events on AMI login
On Tue, Aug 8, 2023 at 12:44 PM TTT <lists at telium.io <mailto:lists at telium.io> > wrote:
I'm looking at an old app I wrote that upon AMI login would subscribe to events as follows:
Action: Login
ActionID: myid
Username: myun
Secret: mypw
Events: call, system, security
I noticed this old code isn't working, and I *think* that the events parameter of login has been deprecated; I don't see it referenced in:
https://wiki.asterisk.org/wiki/display/AST/Asterisk+20+ManagerAction_Login
I’m using Asterisk 20, so Is the eve...
2006 Mar 16
0
ldap+samba user cannot change his password
Using "ldap password sync=yes" I can modify user password as admin
through "net rpc user password" but if I try to modify it from the user
(net rpc password myuser mypw -U myuser) or from windows (ctrl+alt+del).
I get a timout error:
[2006/03/16 21:52:40, 0] rpc_client/cli_pipe.c:rpc_api_pipe(790)
rpc_api_pipe: Remote machine alphacserver pipe \samr fnum
0x70e9returned critical error. Error was Call timed out: server did not
respond after 10000 milliseconds
[20...
2012 Oct 19
1
Question about salted hashes
...432
user: postfix
group: postfix
master:
path: /var/run/dovecot/auth-master
mode: 432
user: vmail
group: vmail
plugin:
quota: maildir
-----------------------------------------------
driver = mysql
connect = host=127.0.0.1 dbname=smail user=smail password=mypw
default_pass_scheme = CRYPT
password_query = SELECT username AS user, password_enc AS password,
CONCAT(homedir, maildir) AS userdb_home, uid AS userdb_uid, gid AS
userdb_gid, CONCAT('maildir:', homedir, maildir) AS userdb_mail,
CONCAT('maildir:storage=', (quota*1024)) as userdb_quo...
2006 Sep 16
10
Mongrel and Sandbox
Z-Man,
DHH recently said:
"And [_why''s] latest work on sandbox looks stellar.
Making it drop-dead easy to run multiple Rails
applications in the same Mongrel process without
conflicts. Thumbs up to both him and Matz for getting
Sandbox on track for inclusion with the next Ruby
release."
Does that mean what I think it means - that one or
more Mongrel processes may one day be