I am running SCEP client to enroll certificates on NDES server. If OpenSSL is not in FIPS mode - everything works fine.
In FIPS mode i get the following error:
pkcs7_unwrap():pkcs7.c:708] error decrypting inner PKCS#7
139968442623728:error:060A60A3:digital envelope routines:FIPS_CIPHERINIT:disabled for fips:fips_enc.c:142:
139968442623728:error:21072077:PKCS7 routines:PKCS7_decrypt:decrypt error:pk7_smime.c:557:
That's because NDES server uses DES algorithm to encrypt returned PKCS#7 packet. I used the following debug code:
/* Copy enveloped data from PKCS#7 */
bytes = BIO_read(pkcs7bio, buffer, sizeof(buffer));
BIO_write(outbio, buffer, bytes);
p7enc = d2i_PKCS7_bio(outbio, NULL);
/* Get encryption PKCS#7 algorithm */
enc_alg=p7enc->d.enveloped->enc_data->algorithm;
evp_cipher=EVP_get_cipherbyobj(enc_alg->algorithm);
printf("evp_cipher->nid = %d\n", evp_cipher->nid);
The last string always prints:
evp_cipher-nid = 31
defined in openssl-1.0.1c/include/openssl/objects.h
#define SN_des_cbc "DES-CBC"
#define LN_des_cbc "des-cbc"
#define NID_des_cbc 31
I use 3DES algorithm for PKCS7 requests encryption in my code (pscep.enc_alg = (EVP_CIPHER *)EVP_des_ede3_cbc()) and NDES server accepts these requests, but it always returns answer encrypted with DES.
Can I configure Wndows NDES server to use Triple DES (3DES) algorithm for PKCS#7 answer encryption?
For web browsing I use Pale Moon. Pale Moon has a Status Bar, similar to what is now known as the Add-on Bar in Firefox.
With Pale Moon when I hover over a link
URL is shown in the status bar
URL is shown instantly
Entire width of status bar is allowed for URL, if necessary
With Firefox when I hover over a link
URL is shown in a tooltip in lower left corner
URL is shown after intentional delay
Only half the browser window width is allowed for URL
Is there a way to make Firefox behave more like Pale Moon?
No Status-4-Evar answers
I realize Status-4-Evar might be the best solution here but I wish to see what, if any other options are out there. I will also accept well thought out and referenced answers as to why the Firefox way is "better".
I have a websites that should be completely accessible for Apache(www-data user) and I have an ftp user(that has the same username on the server: user1) that should be able to update the website.
I need the user to be able to add files to the website directory, but the www-data should have a full access to the added files.
user1 is a member of www-data group.
For now when user1 uploads file to the server the file has a rights: 644, but I need 664.
How I could organise it.
Many thanks
I sometimes hook up my laptop to a big screen and regular keyboard and mouse set. The keyboard and the mouse require drivers that I don't want loaded when I'm not using them. Can I tell Win7 to switch between several hardware/drivers profiles?
I just updated to Mac App Store 1.0.2 with the update to 10.6.8.
The Mac App Store said I have one update available, for Angry Birds....
I do not have Angry Birds on my system, but when I clicked the update button I got the following message.
"You have updates available for other
accounts. Sign in to
[email protected] to update
applications for that account."
Needless to say this account does not exist. Any ideas what this is all about?
I have a Win7 x64 computer. There was only one account (mine, created at installation, password protected, full administrative access with UAC enabled).
To speed up the startup + login process I went to control userpasswords2 and unchecked that users need to enter password. By this operation my account has been changed to Guest type and an Administrator account has been created. This Administrator account has a small overlay icon with a downwards pointing arrow.
My original password did not work; if I try leaving the password blank it says something like "Your account has been disabled. Contact your administrator."
Contacting myself surprisingly did not help. As my account (which I am still able to access) is Guest, I have no rights to do anything. Is there a way to get my access back without reinstalling?
Hello everybody
We're just setting up a brand new Server 2008 R2 with Remote Desktop services.
Everything is installed fine so far, we have set it up with 5 CALs per User (not Machine!) and they are activated and running.
The problem / question here is:
Is it possible to log in with the same user multiple times?
This worked perfectly fine in Windows Server 2003
We just want it to start a new session on the server with the same user.
Has anyone of you got experience in that?
Thanks!
According to the Wiki here, you can only allow certain users to log in over FTP using the following configuration in your /etc/vsftp.conf file:
userlist_enable=YES
userlist_file=/etc/vsftp.user_list
userlist_deny=NO
I've configured my system to use this configuration, and I only have one user which I'd like to expose over FTP named streams, so my /etc/vsftp.user_list looks like this:
streams
Interestingly enough, I cannot log in once I enable to user list. If I change userlist_enable to NO, then things work properly, but if I enable it, I can't log in all, it just keeps trying to reconnect. I don't get a login failed message, it just keeps trying to reconnect when using lftp.
My /etc/vsftp.conf file is available on Pastebin here and my /etc/vsftp.user_list is available here.
What am I doing wrong here? I'd just like to only make the streams user able to log in.
Scenario:
blank win2008 r2 install
the goal was to have a couple of sites running with isolated pool and dedicated users
A new folder for a new website - c:\web\siteA\wwwroot, with the app (asp.net) deployed there in the /bin folder
created a user named "appuser" and added it to the IIS_USERS group
gave the website folder read and execute permissions for IIS_USERS and the appuser
created the IIS site. set the app=pool identity to the appuser
now I'm getting YSOD telling me that the trust-level is too low - SecurityException: That assembly does not allow partially trusted callers
Added <trust level="Full" /> on the web-config, did not help
changing the app-pool user to Administrator makes the site run
Setting "anonymous user identity" to either IUSR or the app pool identity makes no difference
any idea?
is there a "step by step" howto guide for setting up users for isolated app pools on IIS7.5?
I have some Django sites deployed using Apache2 and mod_wsgi. When configuring the WSGIDaemonProcess directive, most tutorials (including the official documentation) suggest running the WSGI process as the user in whose home directory the code resides. For example:
WSGIScriptAlias / /home/joe/sites/example.com/mod_wsgi-handler.wsgi
WSGIDaemonProcess example.com user=joe group=joe processes=2 threads=25
However, I wonder if it is really wise to run the wsgi daemon process as the same user (with its attendant privileges) which develops the code. Should I set up a service account whose only privilege is read-only access to the code in order to have better security? Or are my concerns overblown?
I am trying to create an install CD to install multiple windows updates and hotfixes in one. The Autorun.inf launching a .bat (or .exe) running each update in turn. Currently if I run this .bat each update brings up a UAC prompt individually which can be annoying.
However if I run the .bat as administrator it can launch and install each update with just one prompt.
Is there a way to force the bat (or .exe) to need admin priviledges no matter who runs it.
Hi All
I recently bought a new computer and Windows 7 Home Premium. I only have one small problem though. I have the option "Show Window Contents While Dragging" enabled, but everytime I restart the computer, it reverts back to DISabled.
The only thing i could think of is the system requirements etc. But this is not the case as my computer more than meets the full requirements.
Can somebody help me please?
Thank you
I used easeuse disk copy, after acronis, clonezilla, windows image restore failed me.
Basically it copys all sectors, I set it to skip bad sectors(40). The source drive works, it just gave me a couple errors and stopped booting at one point.
The drive is an identical copy, minus 40 bad errors.
The drive is set to C and active partition, I rebuilt the boot order.
I've ran sfc /scannow and ran chkdsk /r
chkdsk found 20kb of bad sectors if I remember right.
Now the issue I get is when I log into my profile which was saved right, I get a blank light blue wallpaper (non-license) explorer.exe is not running, and there are only 4 processes running in taskmanager, including taskmanager.
I would try a repair install but CRTL-E would not open, nothing will open once I force start explorer.exe, almost like all services are down.
What should I do? Fresh install is almost not a possibility I will try and fix this issue.
sfc /scannow /offbootdir=c:\ /offwindir=c:\windows
returns "Windows Resource Protection could not perform the requested operation"
I have this annoying UI bug when using xCode 4.3.2. Every time i press the space bar, the whole text scroll view jumps. Does anyone know why this happens, or how to stop it?
edit: is happens, for example, when I'm writing comments in the code and the sentence contains a space. IT can be anywhere on the document, even in the center, doesnt have to be at the bottom of the page. After it "jumps" it goes back to where it was.
I'm pretty new to AWS and EC2 but I want to run instances with a user script after it's booted from another instance. I have installed ec2 tools and ran the command as it's explained in various examples like here http://www.turnkeylinux.org/blog/ec2-userdata and Eric Hammond's tutorials. however when I actually use the command:
"ec2-run-instances --key my-key --user-data-file myscript my-ami"
it only runs the new instance but doesn't execute the script
myscript contains:
#!/bin/bash
echo "hello" ~/output.txt
I'm running ubuntu server 12.04 AMIs. the target AMIs are duplicates of the initiating instance.
if I run curl http:// 169.254.169.254/latest/user-data the imported script is there.
My father put a new superuser password on my laptop, and now i cant access my computer without him putting the password in.
I am really helpless.
How can i get rid of his superuser control?
Can i delete or change the superuser thing?
Please help!!!!
I have a centos 5.8 box with gitolite installed .
It worked fine until I yesterday my gitolite didn't work. ( fatal the remote end hung up unexpectedly)
I logged to the box using root account. and then su to git user but I can't.
I test again by creating a new user , but I also can not su to that user.
Any idea ?, thank you very much.
P.S: I installed postfix the day before , but I'm not sure if postfix cause the problem.
We have Exchange 2007 with about 100 users. I would like to change everyone's free/busy permissions to grant Reviewer status to a specific AD group.
I have tried PFDAVAdmin tool but when I commit any changes, they do not affect the users. If I grant myself Reviewer permissions to another user's calendar using the tool, I still cannot view that user's free/busy details, and I also don't show up on the list of people with permissions on that user's Outlook calendar options.
It seems like PFDAVAdmin simply appears to do something, but doesn't actually change anything. Is there any other way for me to accomplish what I need to do? Or is there something I may not be doing right with PFDAVAdmin?
FYI I have followed directions from this link: http://exchangeshare.wordpress.com/2008/05/27/faq-give-calendar-read-permission-on-all-mailboxes-pfdavadmin/
Initially I suspected a missing driver, but then sound ( for movies,songs etc ) works fine on the other non-administrator account, but does not work when I log in to the Administrator account.
And yes..I have checked the sound volume and mute status as well.
Details of my system
OS: Windows XP Professional Service Pack 3 (build 2600)
Processor: 2.00 gigahertz AMD Athlon 64
Memory: 448 Megabytes Usable Installed Memory
Board: ASUSTeK Computer Inc. K8V-MX
Bus Clock: 200 megahertz
BIOS: American Megatrends Inc. 0112 07/18/2005
Multimedia: SoundMAX Integrated Digital Audio
Any help would be appreciated.Thanks in advance
I'm trying to setup my SVN repository for access remotely. In doing so I have some settings under Apache's dav_svn.conf file.
When navigating to hostname/svn, or using Tortoise to do the same it prompts for the user name and password as expected. However, when entering the correct user name and pass that were set in the password file linked to under AuthUserFile it just asks for the credentials again.
I think I'm probably missing something simple? The server is running Ubuntu Server 9.10. Accessing SVN remotely does currently work if the authentication lines of dav_svn.conf are commented out.
These are the contents of the dav_svn.conf file:
<Location /svn>
DAV svn
SVNPath /home/svn/repo
AuthType Digest
AuthName "Subversion Repository"
AuthDigestDomain /svn/
AuthUserFile /etc/svn_authfile
Require valid-user
</Location>
I'm using MySQL and I need to create an account that can connect from either the localhost of from another server, 10.1.1.1. So I am doing:
CREATE USER 'bob'@'localhost' IDENTIFIED BY 'password123';
CREATE USER 'bob'@'10.1.1.1 IDENTIFIED BY 'password123';
GRANT SELECT, INSERT, UPDATE, DELETE on MyDatabse.* to 'bob'@'localhost', 'bob'@'10.1.1.1;
This works fine, but is there any more elegant way to create a user account that is linked to multiple IPs or does it need to be done this way? My main worry is that in the future permissions will be updated form 'bob' account and not the other.
I've taken over managing a server set up by someone else now uncontactable, while managing to work out most faults / changes needed this one is stumping me. Awstats is running on the machine and sending messages via exim4 to a user every time it runs an update. The user account has been deleted and so the exim4 main log files are filling up with message delivery errors, which firstly hinders meaningful log analysis for anything else and secondly uses up quite a lot of space (it grew to 22GB unattended, panic!)
I've been through all the conf files in /etc/awstats and can't seem to find any mention of this user account. Google just turns up results about how to use awstats to parse exim4 log files.
So the questions is where is this setting (on debian) likely to be?
Cheers in advance
We have a security camera system running an embedded linux. It boots with Lilo as a bootloader and has no tty access once booted. I don't know any username either.
SSH/22 is open, but I don't think brute force is an option.
I have tried all the common tricks to reset a linux user password (boot from the bootloader in single user mode = doesn't happen, still prompts for user login, boot to a live cd = can't access the file system...it's all loop files and other binary, etc etc), but they are all not possible as it is an embedded linux setup the way it is.
Any help/suggestions would be appreciated. Thanks
I am Bulk creating AD users from the commandline (dsadd) and whilst doing so am setting the homedir and homedrv to a DFS location.
I observe when I create the user with all these settings via the GUI (dsa.msc) that the homedrv gets created on the DFS share with all the permissions set correctly.
But when using dsadd, the folder is not created. How can I replicate this GUI behaviour via the commandline when creating the user?
I don't really want to rely on logon scripts to set it up. Do I have to use mkdir and cacls and something else to give the user Ownership? Or maybe I am missing something easy.
Any help much appreciated!