Displaying 10 results from an estimated 10 matches for "fakeus".
Did you mean:
fakes
2009 Aug 04
3
Managing about 30 users?
I have about 30 dev. and operation users on my machines, is there a
recipe anywhere for doing this? The best practices doc on the wiki is
incomplete and confusing.
Also, any workaround for the ssh_authorized_key bug in 24.8? All I
really want to do is create users, home directories and put ssh keys
in them, but it tries to add the keys first, so it doesn''t work.
2015 Jun 25
3
Several questions about winbind[d]
Hi all,
I'm wondering about winbind[d] behaviour.
I tried the following with:
auth methods = sam winbindd
and the same with only one d:
auth methods = sam winbind
One user:
ldbsearch -H $sam '(cn=another.fakeuser)' homeDirectory loginShell
gidnumber uidnumber
# record 1
dn: CN=another.fakeuser,OU=a,OU=Standards,OU=Utilisateurs,DC=ad,DC=dgfip
homeDirectory: */home/another.fakeuser*
uidNumber: 1000210377
gidNumber: 1000210377
loginShell: */bin/bash*
Seen through winbind eyes:
wbinfo -i another.fakeuse...
2006 Mar 22
0
weird winbind problem
...d getent group are ok
2) wbinfo -t -> checking the trust secret via RPC calls succeeded
3) wbinfo -g -> lists all the groups on PDC (nice!)
4) wbinfo -u -> lists all the users on PDC (nice again!)
the problem is wbinfo -a
test 1: a non existing user
---------------------------
wbinfo -a fakeuser%fakepwd
error code was NT_STATUS_NO_SUCH_USER (0xc0000064)
error messsage was: No such user
Could not authenticate user fakeuser%fakepwd with plaintext password
challenge/response password authentication failed
error code was NT_STATUS_NO_SUCH_USER (0xc0000064)
error messsage was: No such user
C...
2005 Nov 28
1
cdrecord Error (Permissions?)
...be or if that is even an accurate solution.
When running k3b I get an error stating that cdrecord did not exit
properly. And k3b will not burn a cd.
Running cdrecord from the command line as such:
/usr/bin/cdrecord -v gracetime=2 dev=/dev/hdd speed=40 -dao
driveropts=burnfree -eject -data /home/fakeuser/cdimage.iso
I am met with a Segmentation fault. There is no other error obviously.
Any ideas? I'm running this as a regular user. Root does not
encounter this problem. So the iso is perfectly fine.
I am under the assumption that I inadvertently changed the
permissions of cdrecord or someth...
2007 Oct 08
0
Node CPU Utilization
...n-template VM object
cpus = session.xenapi.host_cpu.get_all()
while True:
for cpu in cpus:
load = session.xenapi.host_cpu.get_utilisation(cpu)
print load
time.sleep(1)
url = ''httpu:///var/run/xend/xen-api.sock''
username = ''fakeuser'' # we run as root, dont worry about auth
password = ''fakepass''
# First acquire a valid session by logging in:
session = XenAPI.Session(url)
session.xenapi.login_with_password(username, password)
print_cpu_utilization()
Some observations:
* If I run a program with only...
2005 Mar 03
0
RE: Getting phpconfig to work?
...nfig.php?reset=reset")));
// init side menus
$menuList = array();
$rightMenuList = array();
session_start();
// this session variable will be set by a login screen
// in a future release
// for now, fake it for the prototype
$_SESSION['valid_user'] = $fakeuser;
$conf->OC_checkValidUser();
if($_GET['file']) // conf file requested via menu
How do I proceed from here?
Thanks,
Julius.
> Hi,
>
> You need to click on the phpconfig.php to actually load the page. It is
because the file is not called index.php.
> This could...
2005 Mar 03
1
RE: Getting phpconfig to work?
...nfig.php?reset=reset")));
// init side menus
$menuList = array();
$rightMenuList = array();
session_start();
// this session variable will be set by a login screen
// in a future release
// for now, fake it for the prototype
$_SESSION['valid_user'] = $fakeuser;
$conf->OC_checkValidUser();
if($_GET['file']) // conf file requested via menu
How do I proceed from here?
Thanks,
Julius.
> Hi,
>
> You need to click on the phpconfig.php to actually load the page. It is
because the file is not called index.php.
> This could...
2005 Mar 03
0
RE: Getting phpconfig to work?
...side menus
> $menuList = array();
> $rightMenuList = array();
>
> session_start();
>
> // this session variable will be set by a login screen
> // in a future release
> // for now, fake it for the prototype
> $_SESSION['valid_user'] = $fakeuser;
>
> $conf->OC_checkValidUser();
>
> if($_GET['file']) // conf file requested via menu
>
> How do I proceed from here?
>
> Thanks,
> Julius.
>
>> Hi,
>>
>> You need to click on the phpconfig.php to actually load the page.
>>...
2005 Feb 20
10
HELP NEEDED! - Asterisk GUI
Hello,
I am trying to setup an Asterisk GUI with the help of astman(please visit
http://astman.sourceforge.net/am-user-guide.html).
I have installed astman and currently assessing my GUI using;
http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl
I am trying to get the menu options in my GUI to work but to no avail.
Currently my parameters are set to;
Asterisk Install Directory:
2005 Mar 03
4
Getting phpconfig to work?
No, I have apache 1.3.33 and mod_ssl 2.8.22 installed. Do I need to have
apache2-mod_php installed?
Rgds,
Julius.
> DO you have apache2-mod_php installed ?
>
> Which distro are you using ?
>
>> -----Original Message-----
>> From: asterisk-users-bounces@lists.digium.com
>> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of
>> Julius Kidubuka
>>