MongoDB includes a basic authentication scheme that works with single server deployments and replica sets. However, the built-in authentication does not work with sharding, so for this and other cases, we recommend running the database in a secure environment.
Security and Authentication - MongoDB - 0 views
-
-
The current version of Mongo supports only very basic security. One authenticates a username and password in the context of a particular database. Once authenticated, a normal user has full read and write access to the database in question while a read only user only has read access.
Amazon RDS for SQL Server - 0 views
-
Monitoring and Metrics
-
Automatic Software Patching
-
Automated Backups
- ...5 more annotations...
Implementing Row-Level Security with User Filters at the Active Directory Group Level |... - 0 views
-
Right-click in the Data window and then select Create Calculated Field. Name the field, use the following formula but replace <group name> with your user group name, and then click OK : ISMEMBEROF('[<group name>]')
XEP-0295: JSON Encodings for XMPP - 0 views
-
Example 4. XML-encoded Message with Security Label<message to='romeo@example.net' from='juliet@example.com/balcony'> <body>This content is classified.</body> <securitylabel xmlns='urn:xmpp:sec-label:0'> <displaymarking fgcolor='black' bgcolor='red'>SECRET</displaymarking> <label><esssecuritylabel xmlns='urn:xmpp:sec-label:ess:0'> MQYCAQQGASk= </esssecuritylabel></label> </securitylabel></message> Example 5. JSON-encoded Message with Security Label{"s":"<message to='romeo@example.net' from='juliet@example.com/balcony'><body>This content is classified.</body><securitylabel xmlns='urn:xmpp:sec-label:0'><displaymarking fgcolor='black' bgcolor='red'>SECRET</displaymarking><label><esssecuritylabel xmlns='urn:xmpp:sec-label:ess:0'>MQYCAQQGASk=</esssecuritylabel></label></securitylabel></message>"}
MongoDB Subscriptions | 10gen - 0 views
-
How to Buy Contact sales to learn more about MongoDB Commercial Subscriptions, and how to buy. MongoDB Subscriptions Basic Standard Enterprise Edition MongoDB MongoDB MongoDB Enterprise SLA 4 Hours 1 Hour 30 Minutes Support 9am – 9pm local, M – F 24 x 7 x 365 24 x 7 x 365 License AGPL Commercial Commercial Emergency Patches Not Included Included Included Price $2,500 / Server / Year $5,000 / Server / Year $7,500 / Server / Year
-
Commercial License. Enterprises with restrictions around the AGPL license or those interested in OEM applications may prefer a standard commercial license, which is included in the MongoDB Standard and Enterprise Subscriptions.
-
MongoDB Enterprise is tested and certified on Red Hat
- ...3 more annotations...
Incubation Status Template - Apache Incubator - 0 views
-
Sentry is a highly modular system for providing fine grained role based authorization to both data and metadata stored on an Apache Hadoop cluster.
Sentry - 0 views
-
Sentry Open Source, Fine-Grained Access Control for your Enterprise Data Hub Apache Sentry (incubating) is the next step in enterprise-grade big data security and delivers fine-grained authorization to data stored in Apache Hadoop
-
Improved Regulatory Compliance – Business teams can leverage the power of Hadoop while aligning with regulatory mandates like HIPAA, SOX, and PCI.
-
Role-Based Administration – Database administrators can unlock key role-based access control (RBAC) requirements and define what users and applications can do with data within a server, database, table, or view.
SQLDoc Sharp - CodeProject - 0 views
-
QLDoc Sharp is an interactive tool designed to generate the SQL Server 2005/2008 documentation. It allows you to export documentation to CHM format (Microsoft Compiled HTML Help).It is also easy and interactive, which allows multiple database documentation. For more details, please refer to http://www.amitchaudhary.com/. Background Finding the answer to, "Is there any free tool for generating documentation from SQL 2005/2008". Using the Code After running the application, the initial UI looks like below: Three steps required to generate the documentation. Step # 1 In the top section, provide the details about the SQL Server. It includes: Source: Instance Name of the SQL Server 2005/2008 If want to connect with SQL authentication then: User Name: Name of the user whose credentials you want to use Password: Password of the user whose credentials you want to use In case, to connect with Windows authentication then, only check the checkbox (Integrated Security) and your current Windows credentials would be used to connect with the specified SQL Server Instance. Step # 2 Choose the database name from the Database dropdown list, whose documentation you want to generate and then click on the Fetch button. Meanwhile you can choose/change the File Name of the CHM file which would be generated. And also if required, you then choose to export the metadata/documentation in the XML format too. Step # 3 Click on the Generate button. And locate the CHM file at the path specified. After making the selection the SQLDoc Sharp, the UI should look like: Screen Shots of the Documentation Generated Index
-
SQLDoc Sharp is an interactive tool designed to generate the SQL Server 2005/2008 documentation.
ISMEMBEROF(string) - 0 views
-
Returns true if the person currently using Tableau is a member of a group that matches the given string. If the person currently using Tableau is logged in, the group membership is determined by groups on Tableau Server. If the person is not logged in, this function returns false. Example: IF ISMEMBEROF(“Sales”) THEN “Sales” ELSE “Other” END
1 - 10 of 10
Showing 20▼ items per page