Skip to content

Commit

Permalink
Add PAM auth example, bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Dec 14, 2022
1 parent 50d6bd2 commit b58f9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG=github.com/cyverse/irodsfs
VERSION=v0.8.2
VERSION=v0.8.3
GIT_COMMIT?=$(shell git rev-parse HEAD)
BUILD_DATE?=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
LDFLAGS?="-X '${PKG}/commons.clientVersion=${VERSION}' -X '${PKG}/commons.gitCommit=${GIT_COMMIT}' -X '${PKG}/commons.buildDate=${BUILD_DATE}'"
Expand Down
2 changes: 1 addition & 1 deletion examples/ssl_config.yml → examples/pam_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ zone: iplant
password:

auth_scheme: "pam"
ssl_ca_cert_file: "/etc/ssl/certs/ca-certificates.crt"
ssl_ca_cert_file: "/home/iychoi/.irods/ca_cert.pem"
ssl_encryption_key_size: 32
ssl_encryption_algorithm: "AES-256-CBC"
ssl_encryption_salt_size: 8
Expand Down

0 comments on commit b58f9ed

Please sign in to comment.