search for: my_secret_password

Displaying 3 results from an estimated 3 matches for "my_secret_password".

2009 Sep 22
1
MySQL setup: initial user weirdness
...----------+----------+ | user | host | password | +------+-----------+----------+ | root | localhost | | +------+-----------+----------+ 1 row in set (0.00 sec) And now I can define a password for that single initial user: mysql> set password for root at localhost = password('my_secret_password'); mysql> select user, host, password from user; +------+-----------+------------------+ | user | host | password | +------+-----------+------------------+ | root | localhost | 2d97271970b60f82 | +------+-----------+------------------+ 1 row in set (0.00 sec) mysql> quit;...
2013 Oct 26
2
lost with AD auth
...ix) can query AD to authentifiate users. All services are running on the Ubuntu server (samba AD/DC), no other linux box for now. 1 Windows VM has been setup on server to make AD tasks using Administrator account. Trying to use nslcd + kerberos : created a user in AD: samba-tool user add ldap My_secret_password samba-tool user setexpiry ldap --noexpiry created spn and exported keytab: samba-tool spn add nslcd/serveur.radiodjiido.nc ldap samba-tool domain exportkeytab /etc/krb5.nslcd.keytab --principal=ldap chown nslcd:root /etc/krb5.nslcd.keytab chmod 600 /etc/krb5.nslcd.keytab configured nslcd: grep ^[...
2010 Feb 23
12
"no such file to load -- gettext/rails" error
I get the error below when I try to start my server. Here are the versions installed: OS: Windows Server 2008 Ruby: 1.8.7 Gems: actionmailer (2.3.5, 1.3.5) actionpack (2.3.5, 1.13.5) actionwebservice (1.2.5) activerecord (2.3.5, 1.15.5) activeresource (2.3.5) activesupport (2.3.5, 1.4.4) cgi_multipart_eof_fix (2.5.0) daemons (1.0.10) gem_plugin