Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Sync changes from upstream repository#700

Merged
hubot merged 1 commit intomasterfromupdate-1421779390
Jan 20, 2015
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletionscontent/v3/enterprise/ldap.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,12 +22,7 @@ Pass a JSON payload with the new LDAP Distinguished Name.
#### Example

#!javascript
{
"uid": "asdf",
"ou": "users",
"dc": "github",
"dc": "com"
}
"uid=asdf,ou=users,dc=github,dc=com"

### Response

Expand DownExpand Up@@ -60,12 +55,7 @@ Pass a JSON payload with the new LDAP Distinguished Name.
#### Example

#!javascript
{
"cn": "Enterprise Ops",
"ou": "teams",
"dc": "github",
"dc": "co"
}
"cn=Enterprise Ops,ou=teams,dc=github,dc=com"

### Response

Expand Down
2 changes: 1 addition & 1 deletionscript/enterprise-backport
100755 → 100644
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -31,4 +31,4 @@ begin
`git commit -m "Added enterprise-#{VERSION} backported files"`
ensure
FileUtils.remove_entry_secure temp_dir
end
end
2 changes: 1 addition & 1 deletiontasks/enterprise.rake
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -45,4 +45,4 @@ def rewrite_content(path)
contents.gsub!(/url\(\/shared/, "url(/enterprise/#{VERSION}/shared")
File.open(css_file, 'w') { |file| file.write(contents) }
end
end
end

[8]ページ先頭

©2009-2025 Movatter.jp