Added special message for AUTH users
[pithos] / src / gr / ebs / gss / server / ejb / ExternalAPI.java
index 9d0241c..99bbbc3 100644 (file)
@@ -788,7 +788,7 @@ public interface ExternalAPI {
         * @throws DuplicateNameException if a user with the same username already exists
         * @throws ObjectNotFoundException if no username was provided
         */
-       public User createUser(String username, String name, String mail, String idp, String idpid)
+       public User createUser(String username, String name, String mail, String idp, String idpid, String homeOrg)
                        throws DuplicateNameException, ObjectNotFoundException;
 
        /**