|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Password protect
can I make it so in order to open a folder the user has to enter a password?
I want to do this so the passsword has to be entered no matter if your the owner or not |
|
#2
|
|||
|
|||
|
Hmm... what you're asking for is kinda difficult. If you want to encrypt certain files, you can use OS X's built in FileVault to encrypt your home folder.
Also, you can set the permissions in the terminal. However, this isn't quite what you're looking for either. If you know enough about the terminal, you could write a shell script that would automatically su to a certain user. Lastly, there's parental controls built into Mac OS X. But I doubt you want this. |
|
#3
|
||||
|
||||
|
one option is to just remove the folder and replace it with an encrypted disk image, then to access the data the user must mount it by entering a password (which can just be stored in the users key chain)
another option is to add a new group using net info, then change the permissions of the folder so that only that new group can access it, then you can use net info to add some certain people to that group, these people will then become able to access the folder, all other people will have no access, I think you can also pass-protect the group (thou i have never done this) allowing any user to authenticate as the group and access the folder
__________________
Feed ME |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Mac Help > Password protect |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|