Displaying 3 results from an estimated 3 matches for "client_username".
2015 Mar 17
0
Event Triggers on 2.5 beta1
...(the mount that triggered the action)
port (icecast port)
client (icecast server name)
role
username
ip
agent
duration
admin
for exec they are passed as environment variables:
ICECAST_VERSION
ICECAST_HOSTNAME
ICECAST_ADMIN
ICECAST_LOGDIR
EVENT_URI
EVENT_TRIGGER
SOURCE_ACTION
CLIENT_IP
CLIENT_ROLE
CLIENT_USERNAME
CLIENT_USERAGENT
MOUNT_NAME
MOUNT_DESCRIPTION
MOUNT_URL
MOUNT_GENRE
SOURCE_MOUNTPOINT
SOURCE_PUBLIC
SOURCE_HIDDEN
>
> Cheers,
> Rob Stanford
> _______________________________________________
> Icecast mailing list
> Icecast at xiph.org
> http://lists.xiph.org/mailman/listinfo...
2015 Mar 17
2
Event Triggers on 2.5 beta1
Hello, I?d like to use the new event triggers in 2.5, but the docs haven?t been updated yet.
I?ve managed to gather from the source that the config xml needs to contain an ?event? node with a ?trigger? attribute, but I don?t know what the trigger options are.
Anyone used this or have any idea?
Cheers,
Rob Stanford
2007 Mar 07
1
NTLMv2 configuration problems
...return NT_STATUS_WRONG_PASSWORD;
}
I can see that the code to check ntlmv2 password comes later
if (smb_pwd_check_ntlmv2( nt_response,
nt_pw, challenge,
client_username,
client_domain,
False,
user_sess_key)) {
return NT_STATUS_OK;
}
----------------------------...