This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lstat("/home/afranco/directory", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 | |
| lstat("/home/afranco/directory/.git", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 | |
| lstat("/home/afranco/directory/.git/index", {st_mode=S_IFREG|0664, st_size=346, ...}) = 0 | |
| lstat("/home/afranco/directory", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 | |
| lstat("/home/afranco/directory/.git", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 | |
| open("directory/.git", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 36 | |
| lstat("directory/.git/index", {st_mode=S_IFREG|0664, st_size=346, ...}) = 0 | |
| lstat("/home/afranco/directory", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 | |
| lstat("/home/afranco/directory/.git", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 | |
| lstat("/home/afranco/directory/.git/index", {st_mode=S_IFREG|0664, st_size=346, ...}) = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| <!-- LDAP Authentication Configuration --> | |
| <bean id="ldapAuthenticationHandler" | |
| class="org.jasig.cas.authentication.LdapAuthenticationHandler" | |
| p:principalIdAttribute="middleburyCollegeUID" | |
| c:authenticator-ref="authenticator"> | |
| <property name="principalAttributeMap"> | |
| <map> | |
| <!--| This map provides a simple attribute resolution mechanism. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Licensed to Jasig under one or more contributor license | |
| * agreements. See the NOTICE file distributed with this work | |
| * for additional information regarding copyright ownership. | |
| * Jasig licenses this file to you under the Apache License, | |
| * Version 2.0 (the "License"); you may not use this file | |
| * except in compliance with the License. You may obtain a | |
| * copy of the License at: | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * This is a drush-script for removing the user-pages created by default by | |
| * Monster Menus. It just needs to be run once from the command line to get | |
| * rid of all of the existing pages and make the settings-change to avoid | |
| * the creation of new pages. | |
| * | |
| * drush --user=1 php-script remove_user_pages.php | |
| * | |
| */ |
NewerOlder